mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix typo: anithing → anything
This commit is contained in:
@@ -35,7 +35,7 @@ namespace swift {
|
||||
/// may refer to a specific function or to the whole module depending on
|
||||
/// the context in which it is used.
|
||||
enum InvalidationKind : unsigned {
|
||||
/// The pass does not change anithing.
|
||||
/// The pass does not change anything.
|
||||
Nothing = 0x0,
|
||||
|
||||
/// The pass created, deleted or rearranged some instructions in a
|
||||
|
||||
Reference in New Issue
Block a user