From 9911a0ec5c6dcdbd1a20fbb637caebb800b80f88 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 20 Nov 2003 00:01:55 +0000 Subject: * config/obj-aout.h: Fix comment typos. * config/obj-bout.h: Likewise. * config/obj-coff.c: Likewise. * config/obj-coff.h: Likewise. * config/obj-elf.c: Likewise. * config/obj-ieee.c: Likewise. * config/obj-som.c: Likewise. * config/obj-vms.c: Likewise. * config/obj-vms.h: Likewise. --- gas/config/obj-vms.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gas/config/obj-vms.c') diff --git a/gas/config/obj-vms.c b/gas/config/obj-vms.c index 32016c0442..8df0fcd31f 100644 --- a/gas/config/obj-vms.c +++ b/gas/config/obj-vms.c @@ -2146,7 +2146,7 @@ forward_reference (char *pnt) pnt = cvt_integer (pnt + 1, &i); pnt = cvt_integer (pnt + 1, &i); } while (*++pnt != ';'); - return 0; /* no forward refences found */ + return 0; /* no forward references found */ } /* Used to check a single element of a structure on the final pass. */ @@ -2163,7 +2163,7 @@ final_forward_reference (struct VMS_DBG_Symbol *spnt) return 1; spnt = spnt1; } - return 0; /* no forward refences found */ + return 0; /* no forward references found */ } /* This routine parses the stabs directives to find any definitions of dbx -- cgit v1.2.1