update.
[chise/xemacs-chise.git-] / src / unexcw.c
index 09ab994..276f5ff 100644 (file)
@@ -21,7 +21,7 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 */
 
 /* This is a complete rewrite, some code snarfed from unexnt.c and
-   unexec.c, Andy Piper (andyp@parallax.co.uk) 13-1-98 */
+   unexec.c, Andy Piper (andy@xemacs.org) 13-1-98 */
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -245,7 +245,7 @@ copy_executable_and_dump_data_section (int a_out, int a_new)
   void* empty_space;
   extern int static_heap_dumped;
   SCNHDR section;
-  /* calculate new sizes f_ohdr.dsize is the total initalized data
+  /* calculate new sizes f_ohdr.dsize is the total initialized data
      size on disk which is f_data.s_size + f_idata.s_size. 
      f_ohdr.data_start is the base addres of all data and so should 
      not be changed. *.s_vaddr is the virtual address of the start