2002-05-10 Jeff Johnston <jjohnstn@redhat.com>

* libc/string/strchr.c: Fix comment typo.
This commit is contained in:
Jeff Johnston
2002-05-10 17:51:18 +00:00
parent f561f644e9
commit 809b6ce708
2 changed files with 6 additions and 2 deletions

View File

@ -12,8 +12,8 @@ ANSI_SYNOPSIS
TRAD_SYNOPSIS
#include <string.h>
char * strchr(<[string]>, <[c]>);
char *<[string]>;
int *<[c]>;
const char *<[string]>;
int <[c]>;
DESCRIPTION
This function finds the first occurence of <[c]> (converted to