[llvm] 84519bc - [LLVM][IR] Fix typo in DerivedTypes.h (NFC)

lorenzo chelini via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 17 03:38:34 PDT 2022


Author: lorenzo chelini
Date: 2022-06-17T12:38:23+02:00
New Revision: 84519bc5f75c156c411b8f5168d45ab26bf8b87f

URL: https://github.com/llvm/llvm-project/commit/84519bc5f75c156c411b8f5168d45ab26bf8b87f
DIFF: https://github.com/llvm/llvm-project/commit/84519bc5f75c156c411b8f5168d45ab26bf8b87f.diff

LOG: [LLVM][IR] Fix typo in DerivedTypes.h (NFC)

Added: 
    

Modified: 
    llvm/include/llvm/IR/DerivedTypes.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/IR/DerivedTypes.h b/llvm/include/llvm/IR/DerivedTypes.h
index 92b5c4777514b..f505fd3f3e325 100644
--- a/llvm/include/llvm/IR/DerivedTypes.h
+++ b/llvm/include/llvm/IR/DerivedTypes.h
@@ -659,7 +659,7 @@ class PointerType : public Type {
   }
 
   /// This constructs a pointer type with the same pointee type as input
-  /// PointerType (or opaque pointer is the input PointerType is opaque) and the
+  /// PointerType (or opaque pointer if the input PointerType is opaque) and the
   /// given address space. This is only useful during the opaque pointer
   /// transition.
   /// TODO: remove after opaque pointer transition is complete.


        


More information about the llvm-commits mailing list