]> git.lizzy.rs Git - rust.git/commitdiff
undo helpful attempt to spell-check
authorJohn Clements <clements@racket-lang.org>
Fri, 27 Jun 2014 19:57:48 +0000 (12:57 -0700)
committerJohn Clements <clements@racket-lang.org>
Sat, 28 Jun 2014 05:08:58 +0000 (22:08 -0700)
Yes, that word is spelled \'memoization\'

src/libsyntax/ext/mtwt.rs

index 6c97a8aed1f55a19df8baffb7a80702a3b6d918a..6f6eeb3debda1faf24efe19484d76f81ea9ac6c7 100644 (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 {