aboutsummaryrefslogtreecommitdiff
path: root/ld/ldmisc.c
diff options
context:
space:
mode:
authorAmbrogino Modigliani <ambrogino.modigliani@gmail.com>2016-11-25 21:01:44 +0100
committerAlan Modra <amodra@gmail.com>2016-11-27 15:04:38 +1030
commit370dfff4c4b46fc194cf1ab2b0762c2a9deae7ba (patch)
tree97e120ccbe803f6c88dc4f51001b0b55c97bcc50 /ld/ldmisc.c
parent576a6e4d1d1ac2c5b7e44830d3328ae8723fcb06 (diff)
downloadgdb-370dfff4c4b46fc194cf1ab2b0762c2a9deae7ba.zip
gdb-370dfff4c4b46fc194cf1ab2b0762c2a9deae7ba.tar.gz
gdb-370dfff4c4b46fc194cf1ab2b0762c2a9deae7ba.tar.bz2
Fix spelling in comments in C source files (ld)
* deffile.h: Fix spelling in comments. * ld.h: Fix spelling in comments. * ldlang.c: Fix spelling in comments. * ldmisc.c: Fix spelling in comments. * pe-dll.c: Fix spelling in comments.
Diffstat (limited to 'ld/ldmisc.c')
-rw-r--r--ld/ldmisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldmisc.c b/ld/ldmisc.c
index 5efff74..233e0a2 100644
--- a/ld/ldmisc.c
+++ b/ld/ldmisc.c
@@ -425,7 +425,7 @@ vfinfo (FILE *fp, const char *fmt, va_list arg, bfd_boolean is_warning)
++fmt;
break;
}
- /* Fall thru */
+ /* Fallthru */
default:
fprintf (fp, "%%%c", fmt[-1]);