diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-01 16:13:05 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-01 16:13:05 +0000 |
commit | af7ca7c85db98a2db126ddb25b20ed88f4f2deb6 (patch) | |
tree | b11ac18838fa903e9ffdc86aeac7ac0942133908 /usr.bin/m4 | |
parent | fcc7baa1ae504e353c4a87292fd851192705ad72 (diff) | |
download | src-af7ca7c85db98a2db126ddb25b20ed88f4f2deb6.tar.gz src-af7ca7c85db98a2db126ddb25b20ed88f4f2deb6.zip |
Notes
Diffstat (limited to 'usr.bin/m4')
-rw-r--r-- | usr.bin/m4/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/m4/eval.c b/usr.bin/m4/eval.c index d50138a326ab..f3d72b647e03 100644 --- a/usr.bin/m4/eval.c +++ b/usr.bin/m4/eval.c @@ -895,7 +895,7 @@ dosub(const char *argv[], int argc) * function of ICON language. Within mapvec, we replace every character * of "from" with the corresponding character in "to". * If "to" is shorter than "from", than the corresponding entries are null, - * which means that those characters dissapear altogether. + * which means that those characters disappear altogether. */ static void map(char *dest, const char *src, const char *from, const char *to) |