mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-02 09:33:59 +00:00
Fix a comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96027 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a0331199fc
commit
252968a76f
@ -225,7 +225,7 @@ struct NextPowerOfTwo {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/// SmallPtrSet - This class implements a set which is optimizer for holding
|
/// SmallPtrSet - This class implements a set which is optimized for holding
|
||||||
/// SmallSize or less elements. This internally rounds up SmallSize to the next
|
/// SmallSize or less elements. This internally rounds up SmallSize to the next
|
||||||
/// power of two if it is not already a power of two. See the comments above
|
/// power of two if it is not already a power of two. See the comments above
|
||||||
/// SmallPtrSetImpl for details of the algorithm.
|
/// SmallPtrSetImpl for details of the algorithm.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user