Fix a typo.

This commit is contained in:
Erick Tryzelaar 2011-12-13 07:46:34 -08:00
parent ebdf3ef2c0
commit 9db3525e42

View file

@ -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.
*