Correct typo in comment.
authorChristoph Mallon <christoph.mallon@gmx.de>
Fri, 18 Dec 2009 10:00:06 +0000 (10:00 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Fri, 18 Dec 2009 10:00:06 +0000 (10:00 +0000)
[r26803]

include/libfirm/tv.h

index 311e0cf..bdee5c4 100644 (file)
@@ -74,7 +74,7 @@
  *  - 0[0-7]*            (octal representation)
  *  - (+|-)?[1-9][0-9]*  (decimal representation)
  *
- * if mode if float_number:
+ * if mode is float_number:
  *  - (+|-)?(decimal int) (. (decimal int))? ((e|E)(+|-)?(decimal int))?
  *
  * if mode is boolean: true, True, TRUE ... False... 0, 1,