revert previous: just as i get to replying, i find sthen's note. this part
authorjmc <jmc@openbsd.org>
Mon, 26 Dec 2022 18:43:49 +0000 (18:43 +0000)
committerjmc <jmc@openbsd.org>
Mon, 26 Dec 2022 18:43:49 +0000 (18:43 +0000)
of the diff is not for me.

usr.bin/ctfconv/parse.c

index b84ae44..d74f950 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: parse.c,v 1.14 2022/12/26 18:41:05 jmc Exp $ */
+/*     $OpenBSD: parse.c,v 1.15 2022/12/26 18:43:49 jmc Exp $ */
 
 /*
  * Copyright (c) 2016-2017 Martin Pieuchot
@@ -72,7 +72,7 @@ RB_HEAD(itype_tree, itype)     itypet[CTF_K_MAX];
  */
 struct isymb_tree       isymbt;
 
-struct itype           *void_it;               /* no type is emitted for void */
+struct itype           *void_it;               /* no type is emited for void */
 uint16_t                tidx, fidx, oidx;      /* type, func & object IDs */
 uint16_t                long_tidx;             /* index of "long", for array */