nak: Fix a spelling error

I'm guessing this was a bad find/replace

Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33247>
This commit is contained in:
Mel Henning
2025-01-07 16:55:34 -05:00
committed by Marge Bot
parent b6b1021303
commit 96131df213
+1 -1
View File
@@ -206,7 +206,7 @@ mod qmd_0_6 {
} else if smem_size <= (48 << 10) {
cla0c0::QMDV00_06_L1_CONFIGURATION_DIRECTLY_ADDRESSABLE_MEMORY_SIZE_48KB
} else {
panic!("Iclalid shared memory size");
panic!("Invalid shared memory size");
};
set_field!(bv, cla0c0, QMDV00_06, L1_CONFIGURATION, l1_config);
}