summaryrefslogtreecommitdiff
path: root/usr/src/head/regex.h
diff options
context:
space:
mode:
authorwesolows <none@none>2005-08-18 18:05:02 -0700
committerwesolows <none@none>2005-08-18 18:05:02 -0700
commit159cf8a6ecac7ecbb601c9653abfd0fa878075d8 (patch)
tree8522849878731ec88a07c1301b3f43a817b6fbfb /usr/src/head/regex.h
parentfbfd105d0c38ec23cf92df531ace2c1719b48098 (diff)
downloadillumos-joyent-159cf8a6ecac7ecbb601c9653abfd0fa878075d8.tar.gz
6260411 several headers have typos
6266841 the C preprocessor is feeling abused by token pasting 6268776 cw should pass the -t option to the linker 6270170 CCNEEDED should be set properly in Makefile.master for g++ builds 6271934 cw should accept -xcrossfile
Diffstat (limited to 'usr/src/head/regex.h')
-rw-r--r--usr/src/head/regex.h2
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: