diff options
Diffstat (limited to 'usr.bin/nm/nm.c')
-rw-r--r-- | usr.bin/nm/nm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/nm/nm.c b/usr.bin/nm/nm.c index 590181e4794af..7a8f086febc93 100644 --- a/usr.bin/nm/nm.c +++ b/usr.bin/nm/nm.c @@ -180,8 +180,8 @@ process_file(const char *fn) (void)printf("\n%s:\n", fn); /* - * first check whether this is an object file - read a object - * header, and skip back to the beginning + * First check whether this is an object file - read an object + * header, and skip back to the beginning. */ if (fread((char *)&exec_head, sizeof(exec_head), (size_t)1, fp) != 1) { warnx("%s: bad format", fn); |