diff --git a/ChangeLog b/ChangeLog index 41642614..52f2470d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-02-03 Joerg Wunsch + + * fileio.c (fileio_elf): Fix a copy'n-paste-o. + 2012-02-03 Joerg Wunsch * par.c (par_desc): Move to end of file, outside the #if diff --git a/fileio.c b/fileio.c index 622d920c..438caaf9 100644 --- a/fileio.c +++ b/fileio.c @@ -1188,7 +1188,7 @@ static int fileio_elf(struct fioparms * fio, return rc; default: - fprintf(stderr, "%s: ERROR: invalid Motorola S-Records file I/O " + fprintf(stderr, "%s: ERROR: invalid ELF file I/O " "operation=%d\n", progname, fio->op); return -1;