aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-11-19 07:24:59 +1000
committerGravatar axel <axel@liljencrantz.se>2006-11-19 07:24:59 +1000
commitdd061b1ddabdd28fc2a114a8360a8ec30f3a6ac4 (patch)
tree9d8a099b92ef76e3726cc1f402506b4e879b2d60 /parser.c
parenteb3c99c54e57a13e3fd7ee1f3e7504b6327c807f (diff)
Minor comment edits and removal of a warning
darcs-hash:20061118212459-ac50b-d6f4dddb560b4815ca850f9e9c3e8d7a5cf5ea70.gz
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.c b/parser.c
index 475e8d2d..a8d07630 100644
--- a/parser.c
+++ b/parser.c
@@ -1,6 +1,6 @@
/** \file parser.c
-The fish parser. Contains functions for parsing code.
+The fish parser. Contains functions for parsing and evaluating code.
*/