# HG changeset patch
# User Manuele Conti <conti.ma@alice.it>
# Date 1356201044 -3600
# Node ID d23c660361b1f7a229a25131253aae32e181e9c5
# Parent  308022f26450f3709216982b45f33dcc31e10a3d
Fix const_value field initialized.

diff -r 308022f26450 -r d23c660361b1 absyntax/absyntax.hh
--- a/absyntax/absyntax.hh	Thu Dec 20 10:46:51 2012 +0100
+++ b/absyntax/absyntax.hh	Sat Dec 22 19:30:44 2012 +0100
@@ -143,7 +143,7 @@
      * having more than one entry filled in!
      */
     typedef enum { cs_undefined,   /* not defined/not yet evaluated --> const_value is not valid! */
-                   cs_non_const,   /* we have deternmined that expression is not a const value --> const_value is not valid! */
+                   cs_non_const,   /* we have determined that expression is not a const value --> const_value is not valid! */
                    cs_const_value, /* const value is valid */
                    cs_overflow     /* result produced overflow or underflow --> const_value is not valid! */
                  } const_status_t;