Skip to content

Commit 9db3525

Browse files
committed
Fix a typo.
1 parent ebdf3ef commit 9db3525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp/back/link.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ mod write {
321321
*
322322
* There are a few issues to handle:
323323
*
324-
* - Linnkers operate on a flat namespace, so we have to flatten names.
324+
* - Linkers operate on a flat namespace, so we have to flatten names.
325325
* We do this using the C++ namespace-mangling technique. Foo::bar
326326
* symbols and such.
327327
*

0 commit comments

Comments
 (0)