From: Brian Date: Fri, 1 Feb 2008 00:05:43 +0000 (-0700) Subject: fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=635341ec5b06b3db453e88f44663d2ad711c3f7d;p=mesa.git fix typo --- diff --git a/src/mesa/pipe/p_shader_tokens.h b/src/mesa/pipe/p_shader_tokens.h index e9d1d66bdab..3ce35310f6d 100644 --- a/src/mesa/pipe/p_shader_tokens.h +++ b/src/mesa/pipe/p_shader_tokens.h @@ -626,7 +626,7 @@ struct tgsi_src_register_ext /* * If tgsi_src_register_ext::Type is TGSI_SRC_REGISTER_EXT_TYPE_SWZ, - * it should be cast to tgsi_src_register_ext_extswz. + * it should be cast to tgsi_src_register_ext_swz. * * If tgsi_src_register_ext::Type is TGSI_SRC_REGISTER_EXT_TYPE_MOD, * it should be cast to tgsi_src_register_ext_mod.