From 69c2d9e632edb7f3f6edb04312ca3e2434a959dd Mon Sep 17 00:00:00 2001 From: Martin Pieuchot Date: Mon, 11 Nov 2019 19:10:36 +0000 Subject: Typo. From Mark Johnston, markj@FreeBSD --- usr.bin/ctfconv/itype.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ctfconv') 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 */ -- cgit v1.2.3