mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
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:
parent
b2af961717
commit
46ffc41619
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user