diff options
| author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-01-01 18:49:04 +0000 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-01-01 18:49:04 +0000 |
| commit | 9d5abbddbf03791c777fed86500976ea3dd19245 (patch) | |
| tree | f412dafc7d29429919e8770cdefeb37441fc1299 /usr.bin/nm | |
| parent | 3724136741436462897ae060c5547c43f8953e54 (diff) | |
Notes
Diffstat (limited to 'usr.bin/nm')
| -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 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); |
