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 --- include/string.h | 4 ++-- include/wchar.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/string.h b/include/string.h index 03c6acd..b851a76 100644 --- a/include/string.h +++ b/include/string.h @@ -954,7 +954,7 @@ char* rawstrcasestr(const char*, const char*) __GCC_ONLY(__attribute__((warn_unused_result, nonnull, returns_nonnull, pure))); /** - * 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 @@ -973,7 +973,7 @@ void* memcasemem(const void*, size_t, const void*, size_t) #if (defined(_GNU_SOURCE) || defined(_SLIBC_SOURCE)) && !defined(__PORTABLE) /** - * 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 diff --git a/include/wchar.h b/include/wchar.h index 2b757ca..9b57a7e 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -927,7 +927,7 @@ wchar_t* rawwcscasestr(const wchar_t*, const wchar_t*) __GCC_ONLY(__attribute__((warn_unused_result, nonnull, returns_nonnull, pure))); /** - * 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 @@ -946,7 +946,7 @@ wchar_t* wmemcasemem(const wchar_t*, size_t, const wchar_t*, size_t) #if (defined(_GNU_SOURCE) || defined(_SLIBC_SOURCE)) && !defined(__PORTABLE) /** - * Finds the first occurrence of a substring + * Finds the first occurrence of a substring. * This search is case sensitive. * * This is a slibc extension added for completeness, -- cgit v1.2.3-70-g09d2