mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 01:50:12 +01:00
fix typos
This commit is contained in:
parent
aa710c3e6b
commit
d8babcfc57
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
/**
|
||||
* \file slang_ir.h
|
||||
* Mesa GLSL Itermediate Representation tree types and constants.
|
||||
* Mesa GLSL Intermediate Representation tree types and constants.
|
||||
* \author Brian Paul
|
||||
*/
|
||||
|
||||
|
|
@ -69,7 +69,7 @@ typedef enum
|
|||
IR_EXP2, /* 2^x */
|
||||
IR_LOG2, /* log base 2 */
|
||||
IR_RSQ, /* 1/sqrt() */
|
||||
IR_RCP, /* recipricol */
|
||||
IR_RCP, /* reciprocol */
|
||||
IR_FLOOR,
|
||||
IR_FRAC,
|
||||
IR_ABS, /* absolute value */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue