[AST] Fix typo in LazyOffsetPtr::get docs (NFC)

llvm-svn: 335655
This commit is contained in:
Brian Gesiak 2018-06-26 20:05:18 +00:00
parent dacda79ee6
commit 12d5a51d66
1 changed files with 1 additions and 1 deletions

View File

@ -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.
///