diff options
| author | 2023-03-12 21:59:46 -0400 | |
|---|---|---|
| committer | 2023-03-12 21:59:46 -0400 | |
| commit | 54c359d1e3915653ce07a26e0e574aca5a331cb1 (patch) | |
| tree | 75c4fe48af55186a4e420e94a1d7e1bfd92e4ec0 /src/video_core/control | |
| parent | Merge pull request #9913 from ameerj/acc-dma-refactor (diff) | |
| parent | general: fix spelling mistakes (diff) | |
| download | yuzu-54c359d1e3915653ce07a26e0e574aca5a331cb1.tar.gz yuzu-54c359d1e3915653ce07a26e0e574aca5a331cb1.tar.xz yuzu-54c359d1e3915653ce07a26e0e574aca5a331cb1.zip | |
Merge pull request #9942 from liamwhite/speling
general: use codespell to identify spelling mistakes
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. |