Fix typo: burried → buried

This commit is contained in:
practicalswift
2015-12-14 00:11:19 +01:00
parent cb3a67f477
commit a01cc1e4f2

View File

@@ -895,7 +895,7 @@ public:
static AccessFunction getLinearFunction(SILValue Idx,
InductionAnalysis &IndVars) {
// Match the actual induction variable burried in the integer struct.
// Match the actual induction variable buried in the integer struct.
// %2 = struct $Int(%1 : $Builtin.Word)
// = apply %check_bounds(%array, %2) : $@convention(thin) (Int, ArrayInt) -> ()
auto ArrayIndexStruct = dyn_cast<StructInst>(Idx);