=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ctfconv/dw.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/ctfconv/dw.c 2017/08/11 14:58:56 1.2 +++ src/usr.bin/ctfconv/dw.c 2017/09/04 12:56:01 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: dw.c,v 1.2 2017/08/11 14:58:56 jasper Exp $ */ +/* $OpenBSD: dw.c,v 1.3 2017/09/04 12:56:01 anton Exp $ */ /* * Copyright (c) 2016 Martin Pieuchot @@ -570,7 +570,7 @@ if (length >= 0xfffffff0 || length > info->len) return EOVERFLOW; - /* Offset of the next Compule Unit. */ + /* Offset of the next Compile Unit. */ nextoff = segoff + length + sizeof(uint32_t); if (dw_read_buf(info, &dwbuf, length))