From 780497b681486562587657dc0692c467efb8c43e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 10 Oct 2015 16:55:10 +0200 Subject: m doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/string/strstr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/string') diff --git a/src/string/strstr.c b/src/string/strstr.c index 0c67153..d63628a 100644 --- a/src/string/strstr.c +++ b/src/string/strstr.c @@ -128,7 +128,7 @@ char* rawstrcasestr(const char* haystack, const char* needle) /** - * Finds the first occurrence of a substring + * Finds the first occurrence of a substring. * This search is case sensitive. * * This is a GNU-compliant slibc extension. It was useful @@ -155,7 +155,7 @@ void* memmem(const void* __haystack, size_t haystack_length, /** - * Finds the first occurrence of a substring + * Finds the first occurrence of a substring. * This search is case insensitive. * * This is a slibc extension added because it was useful -- cgit v1.2.3-70-g09d2