From: Jim Meyering Date: Fri, 22 Nov 2002 11:13:32 +0000 (+0000) Subject: fix typo in comment X-Git-Tag: v4.5.4~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d81d040dea408a3e8ba3a1668fa3cfbcebc16a39;p=thirdparty%2Fcoreutils.git fix typo in comment --- diff --git a/lib/strpbrk.c b/lib/strpbrk.c index 6ed62a63c7..6a6a321cdf 100644 --- a/lib/strpbrk.c +++ b/lib/strpbrk.c @@ -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 #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) {