summaryrefslogtreecommitdiff
path: root/usr.bin/ctfconv
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2022-12-26 18:41:06 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2022-12-26 18:41:06 +0000
commit684123ba61099178a21b45e6a4a92bcb3e4551f1 (patch)
tree66d342737a89efd04b4281c0aabc6d66c7db1d67 /usr.bin/ctfconv
parente7bda94ce227b7e5ee44e762980aaeffdb2b3253 (diff)
emited -> emitted;
from paul tagliamonte
Diffstat (limited to 'usr.bin/ctfconv')
-rw-r--r--usr.bin/ctfconv/parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ctfconv/parse.c b/usr.bin/ctfconv/parse.c
index 5c34f2c2c49..b84ae445e59 100644
--- a/usr.bin/ctfconv/parse.c
+++ b/usr.bin/ctfconv/parse.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.c,v 1.13 2019/11/07 13:42:54 mpi Exp $ */
+/* $OpenBSD: parse.c,v 1.14 2022/12/26 18:41:05 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 emited for void */
+struct itype *void_it; /* no type is emitted for void */
uint16_t tidx, fidx, oidx; /* type, func & object IDs */
uint16_t long_tidx; /* index of "long", for array */