Module: Mesa Branch: master Commit: 04924c09be6196efd339e665f65bd8e96625b63e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=04924c09be6196efd339e665f65bd8e96625b63e
Author: Dave Airlie <[email protected]> Date: Tue Jun 6 08:58:54 2017 +1000 radv: fix typo in comment. --- src/amd/vulkan/si_cmd_buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/vulkan/si_cmd_buffer.c b/src/amd/vulkan/si_cmd_buffer.c index fdcf24e631..e7ad4e0e87 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)); _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
