Browse Source

fix typo

tags/mesa_20090313
Brian 17 years ago
parent
commit
635341ec5b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/pipe/p_shader_tokens.h

+ 1
- 1
src/mesa/pipe/p_shader_tokens.h View File

@@ -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.

Loading…
Cancel
Save