summaryrefslogtreecommitdiffstats
path: root/usr.bin/m4
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-01 16:13:05 +0000
committerpfg <pfg@FreeBSD.org>2016-05-01 16:13:05 +0000
commitca8f20faa859d93d660ee3708ff2ba0d8349ca34 (patch)
treeb11ac18838fa903e9ffdc86aeac7ac0942133908 /usr.bin/m4
parentb1c0cd9a3465e412ac04057f612a816d1c2b45f4 (diff)
downloadFreeBSD-src-ca8f20faa859d93d660ee3708ff2ba0d8349ca34.zip
FreeBSD-src-ca8f20faa859d93d660ee3708ff2ba0d8349ca34.tar.gz
usr.bin: minor spelling fixes on comments.
No functional change.
Diffstat (limited to 'usr.bin/m4')
-rw-r--r--usr.bin/m4/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/m4/eval.c b/usr.bin/m4/eval.c
index d50138a..f3d72b6 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)
OpenPOWER on IntegriCloud