Skip to content

Commit a47a5c3

Browse files
author
Guanqun Lu
committed
typo fix
1 parent f43ac06 commit a47a5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/hir/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ pub enum ParamName {
190190
Fresh(usize),
191191

192192
/// Indicates an illegal name was given and an error has been
193-
/// repored (so we should squelch other derived errors). Occurs
193+
/// reported (so we should squelch other derived errors). Occurs
194194
/// when, e.g., `'_` is used in the wrong place.
195195
Error,
196196
}

0 commit comments

Comments
 (0)