summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/si_cmd_buffer.c
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2017-06-06 08:58:54 +1000
committerDave Airlie <[email protected]>2017-06-06 08:59:30 +1000
commit04924c09be6196efd339e665f65bd8e96625b63e (patch)
treeb40de3c30cd52ebc10422e3e95ab8d1d544bf76e /src/amd/vulkan/si_cmd_buffer.c
parent114d29e7fe13355f01d1ef27d50723af84b03081 (diff)
radv: fix typo in comment.
Diffstat (limited to 'src/amd/vulkan/si_cmd_buffer.c')
-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));