Skip to content

Commit e100d26

Browse files
committed
undo helpful attempt to spell-check
Yes, that word is spelled \'memoization\'
1 parent ee1ee7f commit e100d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/ext/mtwt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ fn with_resolve_table_mut<T>(op: |&mut ResolveTable| -> T) -> T {
160160
}
161161

162162
// Resolve a syntax object to a name, per MTWT.
163-
// adding memorization to possibly resolve 500+ seconds in resolve for librustc (!)
163+
// adding memoization to possibly resolve 500+ seconds in resolve for librustc (!)
164164
fn resolve_internal(id: Ident,
165165
table: &SCTable,
166166
resolve_table: &mut ResolveTable) -> Name {

0 commit comments

Comments
 (0)