summaryrefslogtreecommitdiff
path: root/src/video_core/control
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/control')
-rw-r--r--src/video_core/control/channel_state_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/control/channel_state_cache.h b/src/video_core/control/channel_state_cache.h
index cdaf4f8d5..46bc9e322 100644
--- a/src/video_core/control/channel_state_cache.h
+++ b/src/video_core/control/channel_state_cache.h
@@ -44,7 +44,7 @@ public:
44template <class P> 44template <class P>
45class ChannelSetupCaches { 45class ChannelSetupCaches {
46public: 46public:
47 /// Operations for seting the channel of execution. 47 /// Operations for setting the channel of execution.
48 virtual ~ChannelSetupCaches(); 48 virtual ~ChannelSetupCaches();
49 49
50 /// Create channel state. 50 /// Create channel state.