diff options
| author | cgd <cgd@NetBSD.org> | 1996-09-26 23:34:46 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1996-09-26 23:34:46 +0000 |
| commit | 2f42e5b8edf4a8e7a91c5b82e4d495a26545b9ff (patch) | |
| tree | ec507feb1fca89acc19d1bd4c863403d6882d6d6 /sys/kern/exec_aout.c | |
| parent | bbfe67624b009156676e28d2a9194d3501210340 (diff) | |
fix some typos and clean up some comments.
Diffstat (limited to 'sys/kern/exec_aout.c')
| -rw-r--r-- | sys/kern/exec_aout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/exec_aout.c b/sys/kern/exec_aout.c index 72fb3ca2086..d54f11a4ec0 100644 --- a/sys/kern/exec_aout.c +++ b/sys/kern/exec_aout.c @@ -1,4 +1,4 @@ -/* $NetBSD: exec_aout.c,v 1.14 1996/02/04 02:15:01 christos Exp $ */ +/* $NetBSD: exec_aout.c,v 1.15 1996/09/26 23:34:46 cgd Exp $ */ /* * Copyright (c) 1993, 1994 Christopher G. Demetriou @@ -257,7 +257,7 @@ exec_aout_setup_stack(p, epp) * arguably, it could be made into one, but that would require the * addition of another mapping proc, which is unnecessary * - * note that in memory, things assumed to be: 0 ....... ep_maxsaddr + * note that in memory, things assumed to be: 0 ... ep_maxsaddr * <stack> ep_minsaddr */ NEW_VMCMD(&epp->ep_vmcmds, vmcmd_map_zero, |
