radv: fix typo in comment.
authorDave Airlie <airlied@redhat.com>
Mon, 5 Jun 2017 22:58:54 +0000 (08:58 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 5 Jun 2017 22:59:30 +0000 (08:59 +1000)
src/amd/vulkan/si_cmd_buffer.c

index fdcf24e631c11abb7efa38ba0254ed5701745c8a..e7ad4e0e87ea38092b529492936d49fa63b83941 100644 (file)
@@ -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));