diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-11-15 18:37:37 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-11-15 18:37:37 +0100 |
commit | c7015153512a7d00aba390cc1f9a6b512a9c9ed7 (patch) | |
tree | 273167d1dbfc68a60ad4c195b9cd0bcfae9a302d /nt/preprep.c | |
parent | dcecfb4cb41ffa672672f55df8ce20deb7af78c4 (diff) | |
download | emacs-c7015153512a7d00aba390cc1f9a6b512a9c9ed7.tar.gz emacs-c7015153512a7d00aba390cc1f9a6b512a9c9ed7.tar.bz2 emacs-c7015153512a7d00aba390cc1f9a6b512a9c9ed7.zip |
Fix typos.
Diffstat (limited to 'nt/preprep.c')
-rw-r--r-- | nt/preprep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nt/preprep.c b/nt/preprep.c index 6b764afdeab..7541536714c 100644 --- a/nt/preprep.c +++ b/nt/preprep.c @@ -321,7 +321,7 @@ relocate_offset (DWORD offset, variables, because of dumping.] We could potentially generate the relocation data ourselves by making - two versions of temacs, one with an extra dummmy section before + two versions of temacs, one with an extra dummy section before EMHEAP to offset it, and then compare the dumped executables from both. That is a lot of work though, and it doesn't solve the problem of dumped pointers to static variables, which also can be relocated. @@ -825,4 +825,3 @@ main (int argc, char **argv) } /* eof */ - |