Skip to content

Commit da2ed92

Browse files
committed
comment fix
1 parent ed08749 commit da2ed92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/fold.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ fn noop_fold_decl(d: &decl_, fld: @ast_fold) -> Option<decl_> {
479479
}
480480

481481
// lift a function in ast-thingy X fold -> ast-thingy to a function
482-
// in (ast-thingy X span X fold) -> (ast-thingy X fold). Basically,
482+
// in (ast-thingy X span X fold) -> (ast-thingy X span). Basically,
483483
// carries the span around.
484484
// It seems strange to me that the call to new_fold doesn't happen
485485
// here but instead in the impl down below.... probably just an

0 commit comments

Comments
 (0)