diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-09-14 16:42:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-14 16:42:38 +0200 |
| commit | 4398eb7b544ef9fe672232f7e3b36ecd68b4024f (patch) | |
| tree | ba45896e8a7002799686cf7cc396654da5a4f54e | |
| parent | 70787c7d8590dacd62d7038352951d85ba838883 (diff) | |
| parent | a47a5c3a629429526c06f92555394484eedf8277 (diff) | |
Rollup merge of #64425 - guanqun:typo-fix, r=matthewjasper
typo fix
| -rw-r--r-- | src/librustc/hir/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/hir/mod.rs b/src/librustc/hir/mod.rs index f5e64462572..2c8590aa4e3 100644 --- a/src/librustc/hir/mod.rs +++ b/src/librustc/hir/mod.rs @@ -190,7 +190,7 @@ pub enum ParamName { Fresh(usize), /// Indicates an illegal name was given and an error has been - /// repored (so we should squelch other derived errors). Occurs + /// reported (so we should squelch other derived errors). Occurs /// when, e.g., `'_` is used in the wrong place. Error, } |
