summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/const_buffer_locker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/shader/const_buffer_locker.h')
-rw-r--r--src/video_core/shader/const_buffer_locker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader/const_buffer_locker.h b/src/video_core/shader/const_buffer_locker.h
index 0bc257781..13eeba320 100644
--- a/src/video_core/shader/const_buffer_locker.h
+++ b/src/video_core/shader/const_buffer_locker.h
@@ -87,7 +87,7 @@ public:
// Checks keys & samplers against engine's current const buffers. Returns true if they
// are the same value, false otherwise;
- bool IsConsistant() const;
+ bool IsConsistent() const;
private:
Tegra::Engines::ConstBufferEngineInterface* engine;