mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix typo: artifically → artificially
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user