From 67ba35daf831a74a160eff1030022c210dd819c0 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 23 May 2009 03:59:58 +0200 Subject: [PATCH] objformat(1): Fix comment typo and trailing newline. --- usr.bin/objformat/objformat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.bin/objformat/objformat.c b/usr.bin/objformat/objformat.c index d7c4093052..f2e4d0e317 100644 --- a/usr.bin/objformat/objformat.c +++ b/usr.bin/objformat/objformat.c @@ -103,7 +103,7 @@ main(int argc, char **argv) errx(1, "Invalid object format"); /* - * Get the last path elemenet of the program name being executed + * Get the last path element of the program name being executed */ cmd = strrchr(argv[0], '/'); if (cmd != NULL) @@ -198,4 +198,3 @@ main(int argc, char **argv) objformat_path, base_path, env_value, cmd); } } - -- 2.41.0