summaryrefslogtreecommitdiffstats
path: root/src/amd
diff options
context:
space:
mode:
Diffstat (limited to 'src/amd')
-rw-r--r--src/amd/vulkan/si_cmd_buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/vulkan/si_cmd_buffer.c b/src/amd/vulkan/si_cmd_buffer.c
index fdcf24e631c..e7ad4e0e87e 100644
--- a/src/amd/vulkan/si_cmd_buffer.c
+++ b/src/amd/vulkan/si_cmd_buffer.c
@@ -787,7 +787,7 @@ void si_cs_emit_write_event_eop(struct radeon_winsys_cs *cs,
if (chip_class == CIK ||
chip_class == VI) {
/* Two EOP events are required to make all engines go idle
- * (and optional cache flushes executed) before the timstamp
+ * (and optional cache flushes executed) before the timestamp
* is written.
*/
radeon_emit(cs, PKT3(PKT3_EVENT_WRITE_EOP, 4, 0));