forked from OSchip/llvm-project
[AST] Fix typo in LazyOffsetPtr::get docs (NFC)
llvm-svn: 335655
This commit is contained in:
parent
dacda79ee6
commit
12d5a51d66
|
@ -393,7 +393,7 @@ public:
|
|||
/// Whether this pointer is currently stored as an offset.
|
||||
bool isOffset() const { return Ptr & 0x01; }
|
||||
|
||||
/// Retrieve the pointer to the AST node that this lazy pointer
|
||||
/// Retrieve the pointer to the AST node that this lazy pointer points to.
|
||||
///
|
||||
/// \param Source the external AST source.
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue