mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix a vs. an
This commit is contained in:
@@ -86,7 +86,7 @@ static SILValue getAccessPathRoot(SILValue Pointer) {
|
||||
///
|
||||
/// This will return a subelement number of 2.
|
||||
///
|
||||
/// If this pointer is to within a existential projection, it returns ~0U.
|
||||
/// If this pointer is to within an existential projection, it returns ~0U.
|
||||
///
|
||||
static unsigned computeSubelement(SILValue Pointer, SILInstruction *RootInst) {
|
||||
unsigned SubEltNumber = 0;
|
||||
|
||||
Reference in New Issue
Block a user