]> granicus.if.org Git - clang/commitdiff
Fix typo + reflow comment; NFC
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Fri, 25 May 2018 23:40:59 +0000 (23:40 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Fri, 25 May 2018 23:40:59 +0000 (23:40 +0000)
Reflow brings said comment below 80 cols

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333324 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/ASTContext.h

index 2b5d1d37ddd45b5d706cc6e6256ed7a4a2e2face..d70e455a5a8e801e78c69740fbf544819bf869a0 100644 (file)
@@ -1123,7 +1123,7 @@ public:
   /// Return the uniqued reference to the type for an Objective-C
   /// gc-qualified type.
   ///
-  /// The retulting type has a union of the qualifiers from T and the gc
+  /// The resulting type has a union of the qualifiers from T and the gc
   /// attribute.
   QualType getObjCGCQualType(QualType T, Qualifiers::GC gcAttr) const;
 
@@ -1250,9 +1250,9 @@ public:
   /// Returns true iff we need copy/dispose helpers for the given type.
   bool BlockRequiresCopying(QualType Ty, const VarDecl *D);
 
-  /// Returns true, if given type has a known lifetime. HasByrefExtendedLayout is set
-  /// to false in this case. If HasByrefExtendedLayout returns true, byref variable
-  /// has extended lifetime.
+  /// Returns true, if given type has a known lifetime. HasByrefExtendedLayout
+  /// is set to false in this case. If HasByrefExtendedLayout returns true,
+  /// byref variable has extended lifetime.
   bool getByrefLifetime(QualType Ty,
                         Qualifiers::ObjCLifetime &Lifetime,
                         bool &HasByrefExtendedLayout) const;