]> git.lizzy.rs Git - rust.git/commitdiff
Fix a typo.
authorErick Tryzelaar <erick.tryzelaar@gmail.com>
Tue, 13 Dec 2011 15:46:34 +0000 (07:46 -0800)
committerErick Tryzelaar <erick.tryzelaar@gmail.com>
Mon, 19 Dec 2011 15:27:16 +0000 (07:27 -0800)
src/comp/back/link.rs

index eadb7eba5913cc5a2e42e2ce1f5bc178823cc602..95afc2b55cb3d6ed7b710a6e1d21cf0f4f5b7cba 100644 (file)
@@ -321,7 +321,7 @@ fn run_passes(sess: session::session, llmod: ModuleRef, output: str) {
  *
  * 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.
  *