Fix a vs. an

This commit is contained in:
practicalswift
2015-12-26 14:40:16 +01:00
parent f0053a0839
commit 85e2e6eb9a
12 changed files with 13 additions and 13 deletions

View File

@@ -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;