diff options
Diffstat (limited to 'usr/src/head/regex.h')
-rw-r--r-- | usr/src/head/regex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/head/regex.h b/usr/src/head/regex.h index 6c20c3a802..5402ef64cd 100644 --- a/usr/src/head/regex.h +++ b/usr/src/head/regex.h @@ -45,7 +45,7 @@ extern "C" { /* * wchar_t is a built-in type in standard C++ and as such is not * defined here when using standard C++. However, the GNU compiler - * fixincludes utility nonetheless creates it's own version of this + * fixincludes utility nonetheless creates its own version of this * header for use by gcc and g++. In that version it adds a redundant * guard for __cplusplus. To avoid the creation of a gcc/g++ specific * header we need to include the following magic comment: |