aboutsummaryrefslogtreecommitdiff
path: root/src/lib/linux_os.rs
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-03-15 17:13:19 -0700
committerPatrick Walton <[email protected]>2011-03-15 17:13:19 -0700
commit1a3f533d28a1cd44a92b4dbdffc908c287458da4 (patch)
treeca66bad654d14b2950bb68b2855b251303563804 /src/lib/linux_os.rs
parentAdd a fs.connect() function to join paths (diff)
downloadrust-1a3f533d28a1cd44a92b4dbdffc908c287458da4.tar.xz
rust-1a3f533d28a1cd44a92b4dbdffc908c287458da4.zip
Typo: FIXE -> FIXME
Diffstat (limited to 'src/lib/linux_os.rs')
-rw-r--r--src/lib/linux_os.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/linux_os.rs b/src/lib/linux_os.rs
index 81b4781a..030dcdbc 100644
--- a/src/lib/linux_os.rs
+++ b/src/lib/linux_os.rs
@@ -1,7 +1,7 @@
import _str.sbuf;
import _vec.vbuf;
-// FIXE Somehow merge stuff duplicated here and macosx_os.rs. Made difficult
+// FIXME Somehow merge stuff duplicated here and macosx_os.rs. Made difficult
// by https://github.com/graydon/rust/issues#issue/268
native mod libc = "libc.so.6" {