From 9db3525e42eba44af66933ad27754c1172713ca3 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Tue, 13 Dec 2011 07:46:34 -0800 Subject: [PATCH] Fix a typo. --- src/comp/back/link.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comp/back/link.rs b/src/comp/back/link.rs index eadb7eba5913..95afc2b55cb3 100644 --- a/src/comp/back/link.rs +++ b/src/comp/back/link.rs @@ -321,7 +321,7 @@ mod write { * * There are a few issues to handle: * - * - Linnkers operate on a flat namespace, so we have to flatten names. + * - Linkers operate on a flat namespace, so we have to flatten names. * We do this using the C++ namespace-mangling technique. Foo::bar * symbols and such. *