aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/control/channel_state_cache.inc
diff options
context:
space:
mode:
authorViktor Szépe <viktor@szepe.net>2024-01-07 22:44:55 +0000
committerViktor Szépe <viktor@szepe.net>2024-01-07 22:44:55 +0000
commit53085a45e0b2cc995f4056de40116a66f7ae7c08 (patch)
tree532a7e9b391510ea4e9fb254d669b405de7b289d /src/video_core/control/channel_state_cache.inc
parent1220309323aceccb8389b4ce0eb16497fb21eaeb (diff)
Fix typos in video_core
Diffstat (limited to 'src/video_core/control/channel_state_cache.inc')
-rw-r--r--src/video_core/control/channel_state_cache.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/control/channel_state_cache.inc b/src/video_core/control/channel_state_cache.inc
index 460313893..31f792ddd 100644
--- a/src/video_core/control/channel_state_cache.inc
+++ b/src/video_core/control/channel_state_cache.inc
@@ -38,7 +38,7 @@ void ChannelSetupCaches<P>::CreateChannel(struct Tegra::Control::ChannelState& c
as_it->second.ref_count++;
return;
}
- AddresSpaceRef new_gpu_mem_ref{
+ AddressSpaceRef new_gpu_mem_ref{
.ref_count = 1,
.storage_id = address_spaces.size(),
.gpu_memory = channel.memory_manager.get(),