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

This commit is contained in:
lorenzo chelini 2022-06-11 16:48:01 +02:00
parent b329156f4f
commit 84519bc5f7
1 changed files with 1 additions and 1 deletions

View File

@ -659,7 +659,7 @@ public:
}
/// 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.