mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
fix comment typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60227 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
762ac83271
commit
d55da4de04
@ -19,7 +19,7 @@
|
|||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
/// PointerIntPair - This class implements a pair of a pointer and small
|
/// PointerIntPair - This class implements a pair of a pointer and small
|
||||||
/// integer. It is designed to represet this in the space required by one
|
/// integer. It is designed to represent this in the space required by one
|
||||||
/// pointer by bitmangling the integer into the low part of the pointer. This
|
/// pointer by bitmangling the integer into the low part of the pointer. This
|
||||||
/// can only be done for small integers: typically up to 3 bits, but it depends
|
/// can only be done for small integers: typically up to 3 bits, but it depends
|
||||||
/// on the alignment returned by the allocator in use.
|
/// on the alignment returned by the allocator in use.
|
||||||
|
Loading…
Reference in New Issue
Block a user