diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-11-09 20:13:59 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-11-09 20:13:59 +0000 |
commit | 60ddec86b1c51bd19cc8ff36709039a79f6feef3 (patch) | |
tree | 7d3e6213bde1ff868d674bf18ae492c68917bdfa /usr.bin/file/readelf.c | |
parent | 6ba2859ff51745038306c59d4fe9eefe6f164aff (diff) |
Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>
Diffstat (limited to 'usr.bin/file/readelf.c')
-rw-r--r-- | usr.bin/file/readelf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/file/readelf.c b/usr.bin/file/readelf.c index db3861cff66..57a3c4aae54 100644 --- a/usr.bin/file/readelf.c +++ b/usr.bin/file/readelf.c @@ -41,7 +41,7 @@ #include "readelf.h" #ifndef lint -static char *RCSID = "@(#)$Id: readelf.c,v 1.6 2003/06/13 18:31:14 deraadt Exp $"; +static char *RCSID = "@(#)$Id: readelf.c,v 1.7 2003/11/09 20:13:57 otto Exp $"; #endif #ifdef ELFCORE @@ -513,7 +513,7 @@ dophn_core(int class, int swap, int fd, off_t off, int num, size_t size) * is in SunOS 5.x and Linux). * * Unfortunately, it's at a different offset - * in varous OSes, so try multiple offsets. + * in various OSes, so try multiple offsets. * If the characters aren't all printable, * reject it. */ |