summaryrefslogtreecommitdiff
path: root/Porting/config_H
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-03-21 21:30:02 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-03-21 21:30:02 +0000
commit6e78e524783f410880cc8a5a8d1bfb1c1c2d360c (patch)
treea17a5fff6542a36a3d730917085f6538a5ac73c6 /Porting/config_H
parent5970cde0ccf9e2bec07013f3ad3d1ebbbad9bd70 (diff)
downloadperl-6e78e524783f410880cc8a5a8d1bfb1c1c2d360c.tar.gz
s/setgropus/setgroups/; # detypo in a comment
p4raw-id: //depot/cfgperl@5864
Diffstat (limited to 'Porting/config_H')
-rw-r--r--Porting/config_H4
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/config_H b/Porting/config_H
index 75f860b678..c80ebaffe0 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Sat Mar 18 23:13:32 EET 2000
+ * Configuration time: Tue Mar 21 23:22:20 EET 2000
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/
@@ -2231,7 +2231,7 @@
* It can be int, ushort, gid_t, etc...
* It may be necessary to include <sys/types.h> to get any
* typedef'ed information. This is only required if you have
- * getgroups() or setgropus()..
+ * getgroups() or setgroups()..
*/
#if defined(HAS_GETGROUPS) || defined(HAS_SETGROUPS)
#define Groups_t gid_t /* Type for 2nd arg to [sg]etgroups() */