diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2017-08-17 20:50:52 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2017-08-17 20:50:52 +0000 |
commit | 07c9e366b7d59f6d88089b91be25bdb2bb6f41f0 (patch) | |
tree | a9d50e4751f0172fca8253f0c4d84a1b7e476ddf /sys/arch/sh | |
parent | 9ba1696645cd271ec592bb649b2db010ac4ad6ba (diff) |
Fix typo in comments: s/return/returns/ in "a function that never return."
Diffstat (limited to 'sys/arch/sh')
-rw-r--r-- | sys/arch/sh/sh/vm_machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sh/sh/vm_machdep.c b/sys/arch/sh/sh/vm_machdep.c index 16645ebfd0d..32c01097225 100644 --- a/sys/arch/sh/sh/vm_machdep.c +++ b/sys/arch/sh/sh/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.14 2017/02/12 04:55:08 guenther Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.15 2017/08/17 20:50:51 tom Exp $ */ /* $NetBSD: vm_machdep.c,v 1.53 2006/08/31 16:49:21 matt Exp $ */ /* @@ -126,7 +126,7 @@ extern void proc_trampoline(void); * For normal processes this is child_return(), which causes the * child to go directly to user level with an apparent return value * of 0 from fork(), while the parent process returns normally. - * For kernel threads this will be a function that never return. + * For kernel threads this will be a function that never returns. * * An alternate user-level stack or TCB can be requested by passing * a non-NULL value; these are poked into the PCB so they're in |