summaryrefslogtreecommitdiff
path: root/lib/strcspn.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-02-18 15:12:41 +0000
committerJim Meyering <jim@meyering.net>1997-02-18 15:12:41 +0000
commit5b212401037d18c1843af1b13c8cfe7f2b0756dc (patch)
tree19bd4da18c2a61f54dcaa6c4069952407d2b34bd /lib/strcspn.c
parent9a8253d34558a208b0b259a399f9be2a80d7d9a0 (diff)
downloadgnulib-5b212401037d18c1843af1b13c8cfe7f2b0756dc.tar.gz
.
Diffstat (limited to 'lib/strcspn.c')
-rw-r--r--lib/strcspn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/strcspn.c b/lib/strcspn.c
index 6d0ec8523d..9a191cd172 100644
--- a/lib/strcspn.c
+++ b/lib/strcspn.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1994, 1996, 1997 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -27,7 +27,7 @@
# endif
#endif
-/* Return the length of the maximum inital segment of S
+/* Return the length of the maximum initial segment of S
which contains no characters from REJECT. */
int
strcspn (s, reject)