about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-09-14 16:42:38 +0200
committerGitHub <noreply@github.com>2019-09-14 16:42:38 +0200
commit4398eb7b544ef9fe672232f7e3b36ecd68b4024f (patch)
treeba45896e8a7002799686cf7cc396654da5a4f54e
parent70787c7d8590dacd62d7038352951d85ba838883 (diff)
parenta47a5c3a629429526c06f92555394484eedf8277 (diff)
Rollup merge of #64425 - guanqun:typo-fix, r=matthewjasper
typo fix
-rw-r--r--src/librustc/hir/mod.rs2
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,
 }