diff options
| author | Juanma Barranquero | 2009-10-04 02:58:53 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-10-04 02:58:53 +0000 |
| commit | 2b34df4ebc935a834a77b930b35c4a42f7236440 (patch) | |
| tree | 38a4bf160efa08af8c9879fcd4b4263945c66df8 /src/unexec.c | |
| parent | 040759526fbb4f10bba6e3f8c243a35bdb043032 (diff) | |
| download | emacs-2b34df4ebc935a834a77b930b35c4a42f7236440.tar.gz emacs-2b34df4ebc935a834a77b930b35c4a42f7236440.zip | |
Fix typos in comments.
Diffstat (limited to 'src/unexec.c')
| -rw-r--r-- | src/unexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexec.c b/src/unexec.c index 676197b77b3..a6852af7d07 100644 --- a/src/unexec.c +++ b/src/unexec.c | |||
| @@ -498,7 +498,7 @@ write_segment (new, ptr, end) | |||
| 498 | ) | 498 | ) |
| 499 | { | 499 | { |
| 500 | /* Write only a page of zeros at once, | 500 | /* Write only a page of zeros at once, |
| 501 | so that we we don't overshoot the start | 501 | so that we don't overshoot the start |
| 502 | of the valid memory in the old data segment. */ | 502 | of the valid memory in the old data segment. */ |
| 503 | if (nwrite > pagesize) | 503 | if (nwrite > pagesize) |
| 504 | nwrite = pagesize; | 504 | nwrite = pagesize; |