diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-11-25 21:22:47 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-11-25 21:22:47 +0200 |
commit | 286748e1a8500f647c3bccfb467b02bf3a37f398 (patch) | |
tree | 6385bb2f1ee6c0837204edfd307babceeae7f89a /missing_d/memmove.c | |
parent | 50d4a80f67e5bcbf3902138d85a25f6a90847d31 (diff) | |
download | egawk-286748e1a8500f647c3bccfb467b02bf3a37f398.tar.gz egawk-286748e1a8500f647c3bccfb467b02bf3a37f398.tar.bz2 egawk-286748e1a8500f647c3bccfb467b02bf3a37f398.zip |
Add POSIX string comparison with strcoll.
Diffstat (limited to 'missing_d/memmove.c')
-rw-r--r-- | missing_d/memmove.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/missing_d/memmove.c b/missing_d/memmove.c index a28a32d1..4f577b38 100644 --- a/missing_d/memmove.c +++ b/missing_d/memmove.c @@ -21,7 +21,7 @@ /* * August 2006. For Gawk: Borrowed from GLIBC and hacked unmercifully. - * DON'T steal this for your own code, got straight to the GLIBC + * DON'T steal this for your own code, go straight to the GLIBC * source for the original versions. */ |