summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-09-24 22:18:03 +0300
committerArnold D. Robbins <arnold@skeeve.com>2011-09-24 22:18:03 +0300
commit8dbfb49319c538b0682d4dbcc977ba5b811b86b0 (patch)
tree3c44d7a0588390e7e2ed15d863d671f3d7abab59 /eval.c
parent997dbc7f520c811e4c5325b9536f72cb454560cc (diff)
downloadgawk-8dbfb49319c538b0682d4dbcc977ba5b811b86b0.tar.gz
Minor spelling and doc fixes.
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 513245f8..df9570e3 100644
--- a/eval.c
+++ b/eval.c
@@ -79,7 +79,7 @@ int CONVFMTidx;
#endif
#define C(c) ((char)c)
/*
- * This table is used by the regexp routines to do case independant
+ * This table is used by the regexp routines to do case independent
* matching. Basically, every ascii character maps to itself, except
* uppercase letters map to lower case ones. This table has 256
* entries, for ISO 8859-1. Note also that if the system this