Fix typo: artifically → artificially

This commit is contained in:
practicalswift
2015-12-14 00:11:14 +01:00
parent 8b6c9b6768
commit 2b6346c0bf

View File

@@ -202,7 +202,7 @@ public:
/// Marks the location as coming from auto-generated body.
void markAutoGenerated() { KindData |= (1 << AutoGeneratedBit); }
/// Returns true if the location represents an artifically generated
/// Returns true if the location represents an artificially generated
/// body, such as thunks or default destructors.
///
/// These locations should not be included in the debug line table.