diff options
Diffstat (limited to 'src/video_core/control')
| -rw-r--r-- | src/video_core/control/channel_state_cache.h | 2 |
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: | |||
| 44 | template <class P> | 44 | template <class P> |
| 45 | class ChannelSetupCaches { | 45 | class ChannelSetupCaches { |
| 46 | public: | 46 | public: |
| 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. |