]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Tue, 18 Feb 1997 15:12:41 +0000 (15:12 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 18 Feb 1997 15:12:41 +0000 (15:12 +0000)
lib/strcspn.c

index 6d0ec8523dda16aca5c4b749c71bd27573467575..9a191cd17211a1efe9a7f0d2bfaabc55923f6d04 100644 (file)
@@ -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)