From: Dave Airlie Date: Mon, 5 Jun 2017 22:58:54 +0000 (+1000) Subject: radv: fix typo in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=04924c09be6196efd339e665f65bd8e96625b63e;p=mesa.git radv: fix typo in comment. --- 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));