summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/getgid.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/libcsupport/src/getgid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libcsupport/src/getgid.c b/cpukit/libcsupport/src/getgid.c
index f104a6a039..653445a99c 100644
--- a/cpukit/libcsupport/src/getgid.c
+++ b/cpukit/libcsupport/src/getgid.c
@@ -18,13 +18,13 @@
/*
* MACRO in userenv.h
- *
+ *
gid_t _POSIX_types_Gid = 0;
*/
/*PAGE
*
- * 4.2.1 Get Real User, Effective User, Ral Group, and Effective Group IDs,
+ * 4.2.1 Get Real User, Effective User, Ral Group, and Effective Group IDs,
* P1003.1b-1993, p. 84
*/