summaryrefslogtreecommitdiff
path: root/usr.bin/nm/nm.c
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-03-04 08:54:10 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-03-04 08:54:10 +0000
commit9adbd0872c05085148079c50b65cf71c68709325 (patch)
treea459862b74ea262ab3e8fa1d2056fb6c652b89a3 /usr.bin/nm/nm.c
parent3197b41a719e91a2762343dbb4747060bf6cb501 (diff)
Notes
Diffstat (limited to 'usr.bin/nm/nm.c')
-rw-r--r--usr.bin/nm/nm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/nm/nm.c b/usr.bin/nm/nm.c
index 91665b229a51..c18830dc4c3d 100644
--- a/usr.bin/nm/nm.c
+++ b/usr.bin/nm/nm.c
@@ -97,7 +97,6 @@ main(argc, argv)
int argc;
char **argv;
{
- extern int optind;
int ch, errors;
while ((ch = getopt(argc, argv, "agnoprtuwW")) != -1) {
@@ -494,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) {