Skip to content

Commit 99e33bd

Browse files
author
Daniel Kroening
committed
fix typo in comments for struct_tag_typet
1 parent c6d0427 commit 99e33bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/util/std_types.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -553,13 +553,13 @@ class struct_tag_typet:public tag_typet
553553
}
554554
};
555555

556-
/*! \brief Cast a generic typet to a \ref union_tag_typet
556+
/*! \brief Cast a generic typet to a \ref struct_tag_typet
557557
*
558558
* This is an unchecked conversion. \a type must be known to be \ref
559-
* union_tag_typet.
559+
* struct_tag_typet.
560560
*
561561
* \param type Source type
562-
* \return Object of type \ref union_tag_typet
562+
* \return Object of type \ref struct_tag_typet
563563
*
564564
* \ingroup gr_std_types
565565
*/

0 commit comments

Comments
 (0)