diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2019-11-11 19:10:36 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2019-11-11 19:10:36 +0000 |
commit | 69c2d9e632edb7f3f6edb04312ca3e2434a959dd (patch) | |
tree | 89501f3ec95b56c3956eb1831fe5ccd7401bb126 /usr.bin/ctfconv | |
parent | d7f8f9975d10ee9d5782cc060dfa9a8d6d20d179 (diff) |
Typo.
From Mark Johnston, markj@FreeBSD
Diffstat (limited to 'usr.bin/ctfconv')
-rw-r--r-- | usr.bin/ctfconv/itype.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ctfconv/itype.h b/usr.bin/ctfconv/itype.h index 408a2140558..118205a36b4 100644 --- a/usr.bin/ctfconv/itype.h +++ b/usr.bin/ctfconv/itype.h @@ -1,4 +1,4 @@ -/* $OpenBSD: itype.h,v 1.4 2017/10/31 10:08:51 mpi Exp $ */ +/* $OpenBSD: itype.h,v 1.5 2019/11/11 19:10:35 mpi Exp $ */ /* * Copyright (c) 2016-2017 Martin Pieuchot @@ -36,7 +36,7 @@ struct itype { TAILQ_ENTRY(itype) it_symb; /* itype: global queue of symbol */ RB_ENTRY(itype) it_node; /* itype: per-type tree of types */ - SIMPLEQ_HEAD(, itref) it_refs; /* itpye: backpointing refs */ + SIMPLEQ_HEAD(, itref) it_refs; /* itype: backpointing refs */ TAILQ_HEAD(, imember) it_members;/* itype: members of struct/union */ |