undo helpful attempt to spell-check

Yes, that word is spelled \'memoization\'
This commit is contained in:
John Clements 2014-06-27 12:57:48 -07:00
parent ee1ee7f463
commit e100d26d1d
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ fn with_resolve_table_mut<T>(op: |&mut ResolveTable| -> T) -> T {
}
// Resolve a syntax object to a name, per MTWT.
// adding memorization to possibly resolve 500+ seconds in resolve for librustc (!)
// adding memoization to possibly resolve 500+ seconds in resolve for librustc (!)
fn resolve_internal(id: Ident,
table: &SCTable,
resolve_table: &mut ResolveTable) -> Name {