We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d0427 commit 99e33bdCopy full SHA for 99e33bd
src/util/std_types.h
@@ -553,13 +553,13 @@ class struct_tag_typet:public tag_typet
553
}
554
};
555
556
-/*! \brief Cast a generic typet to a \ref union_tag_typet
+/*! \brief Cast a generic typet to a \ref struct_tag_typet
557
*
558
* This is an unchecked conversion. \a type must be known to be \ref
559
- * union_tag_typet.
+ * struct_tag_typet.
560
561
* \param type Source type
562
- * \return Object of type \ref union_tag_typet
+ * \return Object of type \ref struct_tag_typet
563
564
* \ingroup gr_std_types
565
*/
0 commit comments