diff options
Diffstat (limited to 'src/eval.c')
-rw-r--r-- | src/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c index 00549365e..049d15cee 100644 --- a/src/eval.c +++ b/src/eval.c @@ -268,7 +268,7 @@ compare_func_name(const void *s1, const void *s2) /* * Sort the function table by function name. - * The sorting of the table above is ASCII dependant. + * The sorting of the table above is ASCII dependent. * On machines using EBCDIC we have to sort it. */ static void |