summaryrefslogtreecommitdiff
path: root/src/unexec.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-10-26 04:43:33 +0000
committerRichard M. Stallman <rms@gnu.org>1994-10-26 04:43:33 +0000
commit924d90c6b12318c1e1f53a67e2adc3ab9d1f3214 (patch)
treee8c936b78dce0f652e54f17af1c954fc8c37866f /src/unexec.c
parentd76533459bea33ac7e83dff6203b804a54523a36 (diff)
downloademacs-924d90c6b12318c1e1f53a67e2adc3ab9d1f3214.tar.gz
Comment changes.
Diffstat (limited to 'src/unexec.c')
-rw-r--r--src/unexec.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/unexec.c b/src/unexec.c
index 652aa70e242..4b853e5b7ee 100644
--- a/src/unexec.c
+++ b/src/unexec.c
@@ -200,9 +200,8 @@ struct aouthdr
#endif /* not MSDOS */
#endif
-/* Define getpagesize () if the system does not.
- Note that this may depend on symbols defined in a.out.h
- */
+/* Define getpagesize if the system does not.
+ Note that this may depend on symbols defined in a.out.h. */
#include "getpagesize.h"
#ifndef makedev /* Try to detect types.h already loaded */
@@ -896,7 +895,7 @@ copy_text_and_data (new, a_out)
/* Some machines count the header as part of the text segment.
That is to say, the header appears in core
- just before the address that start_of_text () returns.
+ just before the address that start_of_text returns.
For them, N_TXTOFF is the place where the header goes.
We must adjust the seek to the place after the header.
Note that at this point hdr.a_text does *not* count
@@ -912,7 +911,7 @@ copy_text_and_data (new, a_out)
/* Acorn's RISC-iX has a wacky way of initialising the position of the heap.
* There is a little table in crt0.o that is filled at link time with
- * the min and current brk positions, among other things. When start()
+ * the min and current brk positions, among other things. When start
* runs, it copies the table to where these parameters live during
* execution. This data is in text space, so it cannot be modified here
* before saving the executable, so the data is written manually. In