]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ir.h
we like to spell things properly - if this commit message contains a typo I don't...
[xonotic/gmqcc.git] / ir.h
diff --git a/ir.h b/ir.h
index 731fbbc7ecfde1ee2329096ccb9f30a77d9d153a..aa06179ee5b7e10dab2519612859bb04aa200eb2 100644 (file)
--- a/ir.h
+++ b/ir.h
@@ -47,7 +47,7 @@ enum {
     IR_FLAG_HAS_UNINITIALIZED       = 1 << 1,
     IR_FLAG_HAS_GOTO                = 1 << 2,
     IR_FLAG_INCLUDE_DEF             = 1 << 3,
-    IR_FLAG_ERASEABLE               = 1 << 4,
+    IR_FLAG_ERASABLE                = 1 << 4,
     IR_FLAG_BLOCK_COVERAGE          = 1 << 5,
 
     IR_FLAG_SPLIT_VECTOR            = 1 << 6,