From e05d1acc7668b6ee72890b6965fe08b90326e656 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 17 Aug 2016 20:43:36 -0400 Subject: [PATCH] Removed one more rude thing from the comments. :/ --- extras/ignorecase.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extras/ignorecase.h b/extras/ignorecase.h index 26178a01..4e223bbc 100644 --- a/extras/ignorecase.h +++ b/extras/ignorecase.h @@ -67,8 +67,7 @@ extern "C" { * existing match. If there is no match, the search aborts and reports an * error. Exact matches are favored over case-insensitive matches. * - * THIS IS RISKY. Please do not use this function for anything but crappy - * legacy code. + * THIS IS RISKY. Please do not use this function for anything but legacy code. * * \param buf Buffer with null-terminated string of path/file to locate. * This buffer will be modified by this function.