1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Fix typos.

This commit is contained in:
Juanma Barranquero 2011-11-15 18:37:37 +01:00
parent dcecfb4cb4
commit c701515351
102 changed files with 192 additions and 168 deletions

View file

@ -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 */