diff options
Diffstat (limited to 'rlimit')
-rw-r--r-- | rlimit/rlimit.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rlimit/rlimit.c b/rlimit/rlimit.c index 48d47db..0be7b2f 100644 --- a/rlimit/rlimit.c +++ b/rlimit/rlimit.c @@ -40,8 +40,9 @@ MOD_MISC("rlimit"); extern struct sysent linux_sysent[]; -/* OpenBSD dosn't support RLIMIT_AS, so if a linux app tries to get - * its value, return a value of RLIMIT_DATA instead +/* + * OpenBSD doesn't support RLIMIT_AS, so if a linux application + * tries to get its value, return a value of RLIMIT_DATA instead */ int |