summaryrefslogtreecommitdiff
path: root/lib-src/etags.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-06-09 11:59:12 +0000
committerJim Blandy <jimb@redhat.com>1993-06-09 11:59:12 +0000
commit51e0793e64ad3bd5dc846baec79a4b7bd4b6bbd1 (patch)
tree063390d9d89804416186b2e30f271758dc0a0542 /lib-src/etags.c
parent991171cf5b04b6949734b55ab6d6f5657ee19428 (diff)
downloademacs-51e0793e64ad3bd5dc846baec79a4b7bd4b6bbd1.tar.gz
Apply typo patches from Paul Eggert.
Diffstat (limited to 'lib-src/etags.c')
-rw-r--r--lib-src/etags.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c
index 24b6da53d5e..5d0389f911f 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -834,7 +834,7 @@ process_file (file)
}
/*
- * This routine sets up the boolean psuedo-functions which work
+ * This routine sets up the boolean pseudo-functions which work
* by setting boolean flags dependent upon the corresponding character
* Every char which is NOT in that string is not a white char. Therefore,
* all of the array "_wht" is set to FALSE, and then the elements
@@ -2845,7 +2845,7 @@ readline (linebuffer, stream)
register char *pend;
int newline; /* 1 if ended with newline, 0 if ended with EOF */
- pend = p + linebuffer->size; /* Separate to avoind 386/IX compiler bug. */
+ pend = p + linebuffer->size; /* Separate to avoid 386/IX compiler bug. */
while (1)
{