diff options
author | Nick Clifton <nickc@redhat.com> | 2000-07-07 16:58:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-07-07 16:58:25 +0000 |
commit | bc0d738a8d2b7b30633151b61111cdc144bd4368 (patch) | |
tree | 6c15f36dad187213b90ec92ff0318b3be7c1ba82 /gas/config/obj-vms.c | |
parent | d67b5d6d0e27dc2a4be9f14d463954fd83631243 (diff) | |
download | gdb-bc0d738a8d2b7b30633151b61111cdc144bd4368.zip gdb-bc0d738a8d2b7b30633151b61111cdc144bd4368.tar.gz gdb-bc0d738a8d2b7b30633151b61111cdc144bd4368.tar.bz2 |
Fix comments.
Diffstat (limited to 'gas/config/obj-vms.c')
-rw-r--r-- | gas/config/obj-vms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/obj-vms.c b/gas/config/obj-vms.c index 0f08f8e..2002136 100644 --- a/gas/config/obj-vms.c +++ b/gas/config/obj-vms.c @@ -2046,7 +2046,7 @@ VMS_local_stab_Parse (sp) str1++; } if (*str1 == ':' && *pnt2 == ':') - return; /* they are the same! lets skip this one */ + return; /* They are the same! Let's skip this one. */ } /* for */ pnt++; /* skip p in case no register */ } /* if */ |