summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2003-04-26 22:07:12 +0000
committerwiz <wiz@NetBSD.org>2003-04-26 22:07:12 +0000
commitc42e1fac6698fd6e96d12b9b3f6a2ccf4f47c37d (patch)
tree1887e1fbb52daf2a6cca266e82b9bfa9e4c8d3db /gnu
parent41f90fa6c0ae243889557e65e35d4a3870b25c57 (diff)
Management, not managment. Mostly from jmc@openbsd.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/dist/gawk/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/dist/gawk/io.c b/gnu/dist/gawk/io.c
index 74d9a8d73a3..ab89cef2acb 100644
--- a/gnu/dist/gawk/io.c
+++ b/gnu/dist/gawk/io.c
@@ -1640,7 +1640,7 @@ int *errcode; /* pointer to error variable */
/*
* Attempt to simplify the code a bit. The case where
* RS = "" can also be described by a regexp, RS = "\n\n+".
- * The buffer managment and searching code can thus now
+ * The buffer management and searching code can thus now
* use a common case (the one for regexps) both when RS is
* a regexp, and when RS = "". This particularly benefits
* us for keeping track of how many newlines were matched