From 5069ff32842c60c55f8b573ee66fe43f9ec364af Mon Sep 17 00:00:00 2001 From: Arnold Robbins Date: Tue, 19 Dec 2017 19:26:08 -0800 Subject: regex: Fix spelling in comments. Fix the spelling in various comments throughout the regex implementation. These changes are also present in gnulib and will be integrated there also, see: https://sourceware.org/ml/libc-alpha/2017-12/msg00688.html --- posix/regex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix/regex.h') diff --git a/posix/regex.h b/posix/regex.h index 3f0d6ce234..0074b8a8e4 100644 --- a/posix/regex.h +++ b/posix/regex.h @@ -317,7 +317,7 @@ typedef enum /* POSIX regcomp return error codes. (In the order listed in the standard.) */ REG_BADPAT, /* Invalid pattern. */ - REG_ECOLLATE, /* Inalid collating element. */ + REG_ECOLLATE, /* Invalid collating element. */ REG_ECTYPE, /* Invalid character class name. */ REG_EESCAPE, /* Trailing backslash. */ REG_ESUBREG, /* Invalid back reference. */ -- cgit 1.4.1