summaryrefslogtreecommitdiff
path: root/src/unexconvex.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-06-09 11:59:12 +0000
committerJim Blandy <jimb@redhat.com>1993-06-09 11:59:12 +0000
commit51e0793e64ad3bd5dc846baec79a4b7bd4b6bbd1 (patch)
tree063390d9d89804416186b2e30f271758dc0a0542 /src/unexconvex.c
parent991171cf5b04b6949734b55ab6d6f5657ee19428 (diff)
downloademacs-51e0793e64ad3bd5dc846baec79a4b7bd4b6bbd1.tar.gz
Apply typo patches from Paul Eggert.
Diffstat (limited to 'src/unexconvex.c')
-rw-r--r--src/unexconvex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unexconvex.c b/src/unexconvex.c
index 09a7dfff400..3be4b86f1ff 100644
--- a/src/unexconvex.c
+++ b/src/unexconvex.c
@@ -438,7 +438,7 @@ make_hdr (new, a_out, data_start, bss_start, entry_address, a_name, new_name)
for( scns = 0; scns < f_hdr.h_nscns; scns++ ) {
- /* This is a cheesey little loop to write out the section headers
+ /* This is a cheesy little loop to write out the section headers
* in order of increasing virtual address. Dull but effective.
*/
@@ -561,7 +561,7 @@ copy_sym (new, a_out, a_name, new_name)
/* ****************************************************************
* mark_x
*
- * After succesfully building the new a.out, mark it executable
+ * After successfully building the new a.out, mark it executable
*/
static
mark_x (name)