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/alpha | |
parent | 9ba1696645cd271ec592bb649b2db010ac4ad6ba (diff) |
Fix typo in comments: s/return/returns/ in "a function that never return."
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/alpha/vm_machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/alpha/vm_machdep.c b/sys/arch/alpha/alpha/vm_machdep.c index 48f6ec11f2a..ee448a8c566 100644 --- a/sys/arch/alpha/alpha/vm_machdep.c +++ b/sys/arch/alpha/alpha/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.46 2017/02/12 04:55:08 guenther Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.47 2017/08/17 20:50:51 tom Exp $ */ /* $NetBSD: vm_machdep.c,v 1.55 2000/03/29 03:49:48 simonb Exp $ */ /* @@ -75,7 +75,7 @@ cpu_exit(p) * 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 |