fix typo in comment
authorJim Meyering <jim@meyering.net>
Fri, 22 Nov 2002 11:13:32 +0000 (11:13 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 22 Nov 2002 11:13:32 +0000 (11:13 +0000)
lib/strpbrk.c

index 6ed62a6..6a6a321 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1994, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1994, 2000, 2002 Free Software Foundation, Inc.
    NOTE: The canonical source of this file is maintained with the GNU C Library.
    Bugs can be reported to bug-glibc@prep.ai.mit.edu.
 
@@ -20,7 +20,7 @@
 # include <config.h>
 #endif
 
-/* Find the first ocurrence in S of any character in ACCEPT.  */
+/* Find the first occurrence in S of any character in ACCEPT.  */
 char *
 strpbrk (const char *s, const char *accept)
 {