From 9d5abbddbf03791c777fed86500976ea3dd19245 Mon Sep 17 00:00:00 2001 From: Jens Schweikhardt Date: Wed, 1 Jan 2003 18:49:04 +0000 Subject: Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, especially in troff files. --- usr.bin/nm/nm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/nm') diff --git a/usr.bin/nm/nm.c b/usr.bin/nm/nm.c index 590181e4794a..7a8f086febc9 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); -- cgit v1.3