summaryrefslogtreecommitdiff
path: root/strings/strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'strings/strings.c')
-rw-r--r--strings/strings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/strings/strings.c b/strings/strings.c
index f122eba34393f..8de29ca7d25bb 100644
--- a/strings/strings.c
+++ b/strings/strings.c
@@ -46,7 +46,7 @@
#include "_elftc.h"
-ELFTC_VCSID("$Id: strings.c 3360 2016-01-24 18:34:06Z jkoshy $");
+ELFTC_VCSID("$Id: strings.c 3446 2016-05-03 01:31:17Z emaste $");
enum return_code {
RETURN_OK,
@@ -258,7 +258,7 @@ handle_elf(const char *name, int fd)
int rc;
rc = RETURN_OK;
- /* If entire file is choosen, treat it as a binary file */
+ /* If entire file is chosen, treat it as a binary file */
if (entire_file)
return (handle_binary(name, fd));