diff options
author | pfg <pfg@FreeBSD.org> | 2016-05-14 00:35:49 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2016-05-14 00:35:49 +0000 |
commit | 8b556bd097f525e695ac6e68420b737f2ee3f864 (patch) | |
tree | 46e58a80abc828737fc6ca228b6fb8edacb859ba /sys/compat/linux/linux_misc.c | |
parent | 3d577988df37a1ce66bf3020308b273f6be16d5a (diff) | |
download | FreeBSD-src-8b556bd097f525e695ac6e68420b737f2ee3f864.zip FreeBSD-src-8b556bd097f525e695ac6e68420b737f2ee3f864.tar.gz |
MFC r298829
sys/compat/linux*: minor spelling fixes.
Diffstat (limited to 'sys/compat/linux/linux_misc.c')
-rw-r--r-- | sys/compat/linux/linux_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c index 6e34436..86f9ac3 100644 --- a/sys/compat/linux/linux_misc.c +++ b/sys/compat/linux/linux_misc.c @@ -200,7 +200,7 @@ linux_alarm(struct thread *td, struct linux_alarm_args *args) #endif secs = args->secs; /* - * Linux alarm() is always successfull. Limit secs to INT32_MAX / 2 + * Linux alarm() is always successful. Limit secs to INT32_MAX / 2 * to match kern_setitimer()'s limit to avoid error from it. * * XXX. Linux limit secs to INT_MAX on 32 and does not limit on 64-bit |