mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] Fix recently introduced typo: "paramters" → "parameters"
This commit is contained in:
@@ -31,7 +31,7 @@ namespace swift {
|
||||
/// Helper class to describe re-abstraction of function parameters done during
|
||||
/// specialization.
|
||||
///
|
||||
/// Specifically, it contains information which paramters and returns are
|
||||
/// Specifically, it contains information which parameters and returns are
|
||||
/// changed from indirect values to direct values.
|
||||
class ReabstractionInfo {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user