summary refs log tree commit diff stats
path: root/tinyc/tcctok.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinyc/tcctok.h')
-rw-r--r--tinyc/tcctok.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyc/tcctok.h b/tinyc/tcctok.h
index 6dc477821..2be032fa4 100644
--- a/tinyc/tcctok.h
+++ b/tinyc/tcctok.h
@@ -422,7 +422,7 @@
  DEF_FP(mul)
 
  DEF_ASM(fcom)
- DEF_ASM(fcom_1) /* non existant op, just to have a regular table */
+ DEF_ASM(fcom_1) /* non existent op, just to have a regular table */
  DEF_FP1(com)
 
  DEF_FP(comp)