Bug 1435382 - fix documentation for AlignedElem; r=me

Sub-byte alignment isn't really a thing.

DONTBUILD because documentation fixes are always safe, amirite?
This commit is contained in:
Nathan Froyd 2018-02-02 15:24:51 -05:00
parent b2af961717
commit 46ffc41619

View File

@ -79,7 +79,7 @@ struct AlignasHelper
* AlignedElem<N> is a structure whose alignment is guaranteed to be at least N
* bytes.
*
* We support 1, 2, 4, 8, and 16-bit alignment.
* We support 1, 2, 4, 8, and 16-byte alignment.
*/
template<size_t Align>
struct AlignedElem;