Преглед изворни кода

Removed one more rude thing from the comments. :/

Ryan C. Gordon пре 9 година
родитељ
комит
e05d1acc76
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      extras/ignorecase.h

+ 1 - 2
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.