summaryrefslogtreecommitdiff
path: root/ir.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-06-17 00:37:39 -0700
committerCarl Worth <cworth@cworth.org>2010-06-23 16:12:53 -0700
commita22426dc4c934673e8f0af5c70a67505a4de7aad (patch)
treee7fc4ffce5b429085071d9b6599ad2ebc15d184a /ir.h
parent7fd7104fbb331e7d9fae7a79c6eca13dda3dfc55 (diff)
Fix typos of "variable" as "varaible"
One of these was just in a comment. But ther other was in an enum tag, (which is apparently not being used anywhere yet).
Diffstat (limited to 'ir.h')
-rw-r--r--ir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ir.h b/ir.h
index f3402a38a1..9277f76204 100644
--- a/ir.h
+++ b/ir.h
@@ -134,7 +134,7 @@ enum ir_variable_mode {
ir_var_inout
};
-enum ir_varaible_interpolation {
+enum ir_variable_interpolation {
ir_var_smooth = 0,
ir_var_flat,
ir_var_noperspective