diff options
| author | soren <soren@NetBSD.org> | 2000-03-13 22:55:05 +0000 |
|---|---|---|
| committer | soren <soren@NetBSD.org> | 2000-03-13 22:55:05 +0000 |
| commit | 89c5a767f8fc7a4633b2d409966e2becbb98ff92 (patch) | |
| tree | 478a03635e0cf63ab282f636b0793b4dfbfca9bc /usr.bin/elf2ecoff | |
| parent | 3872dc30f7c2e5e67fa8c65e08ea48171ebaaf1a (diff) | |
Fix doubled 'the's.
Diffstat (limited to 'usr.bin/elf2ecoff')
| -rw-r--r-- | usr.bin/elf2ecoff/elf2ecoff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/elf2ecoff/elf2ecoff.c b/usr.bin/elf2ecoff/elf2ecoff.c index 43f35b19d67..788c22dd941 100644 --- a/usr.bin/elf2ecoff/elf2ecoff.c +++ b/usr.bin/elf2ecoff/elf2ecoff.c @@ -1,4 +1,4 @@ -/* $NetBSD: elf2ecoff.c,v 1.13 1999/11/02 21:13:18 drochner Exp $ */ +/* $NetBSD: elf2ecoff.c,v 1.14 2000/03/13 23:22:51 soren Exp $ */ /* * Copyright (c) 1997 Jonathan Stone @@ -409,7 +409,7 @@ copy(out, in, offset, size) char ibuf[4096]; int remaining, cur, count; - /* Go the the start of the ELF symbol table... */ + /* Go to the start of the ELF symbol table... */ if (lseek(in, offset, SEEK_SET) < 0) { perror("copy: lseek"); exit(1); |
