fix:typo in dox (has->have)

This commit is contained in:
hyunggi-sv 2021-08-03 09:40:33 +09:00 committed by Hyunggi Chang
parent 9816fe59b4
commit 02a0e79c70

View File

@ -157,7 +157,7 @@ const unsigned int DirectAccessBit = 0x40;
/** \deprecated \ingroup flags
*
* means the first coefficient packet is guaranteed to be aligned.
* An expression cannot has the AlignedBit without the PacketAccessBit flag.
* An expression cannot have the AlignedBit without the PacketAccessBit flag.
* In other words, this means we are allow to perform an aligned packet access to the first element regardless
* of the expression kind:
* \code