diff src/unexec.c @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents 725698689fbd
children 07ba80692381
line wrap: on
line diff
--- a/src/unexec.c	Wed Jun 09 11:33:38 1993 +0000
+++ b/src/unexec.c	Wed Jun 09 11:59:12 1993 +0000
@@ -603,7 +603,7 @@
    * .lib), adjust the address of where the section data is in the
    * file, and write out the header.
    *
-   * If any section preceeds .text or .data in the file, this code
+   * If any section precedes .text or .data in the file, this code
    * will not adjust the file pointer for that section correctly.
    */
 
@@ -946,7 +946,7 @@
 /* ****************************************************************
  * mark_x
  *
- * After succesfully building the new a.out, mark it executable
+ * After successfully building the new a.out, mark it executable
  */
 static void
 mark_x (name)