]> granicus.if.org Git - clang/commitdiff
[AST] Fix typo in LazyOffsetPtr::get docs (NFC)
authorBrian Gesiak <modocache@gmail.com>
Tue, 26 Jun 2018 20:05:18 +0000 (20:05 +0000)
committerBrian Gesiak <modocache@gmail.com>
Tue, 26 Jun 2018 20:05:18 +0000 (20:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@335655 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/ExternalASTSource.h

index 1e05a309afdf7f6d83dd64a147777e69b8b38bae..82255bb1c44c89e2d25fcf092f24b3cd3058fb8d 100644 (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.
   ///