From d81d040dea408a3e8ba3a1668fa3cfbcebc16a39 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 22 Nov 2002 11:13:32 +0000 Subject: fix typo in comment --- lib/strpbrk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/strpbrk.c') diff --git a/lib/strpbrk.c b/lib/strpbrk.c index 6ed62a63c..6a6a321cd 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) { -- cgit v1.2.3-54-g00ecf