diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-06 11:21:58 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-06 11:21:58 +0000 |
| commit | 1a6e52d0e9c7e370830555d206030e479d4a6d1a (patch) | |
| tree | b5058a6ff0481660cdbe6cf29963cdd34202476d /usr.bin/nm | |
| parent | efe5a08e092548a9442d794b60893581b177e003 (diff) | |
Notes
Diffstat (limited to 'usr.bin/nm')
| -rw-r--r-- | usr.bin/nm/nm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/nm/nm.c b/usr.bin/nm/nm.c index 59442c0d9f6f..c18830dc4c3d 100644 --- a/usr.bin/nm/nm.c +++ b/usr.bin/nm/nm.c @@ -493,7 +493,7 @@ print_symbol(objname, sym) (void)printf("%s:", objname); /* - * handle undefined-only format seperately (no space is + * handle undefined-only format separately (no space is * left for symbol values, no type field is printed) */ if (print_only_undefined_symbols) { |
