diff options
| author | Patrick Walton <[email protected]> | 2011-03-15 17:13:19 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-15 17:13:19 -0700 |
| commit | 1a3f533d28a1cd44a92b4dbdffc908c287458da4 (patch) | |
| tree | ca66bad654d14b2950bb68b2855b251303563804 | |
| parent | Add a fs.connect() function to join paths (diff) | |
| download | rust-1a3f533d28a1cd44a92b4dbdffc908c287458da4.tar.xz rust-1a3f533d28a1cd44a92b4dbdffc908c287458da4.zip | |
Typo: FIXE -> FIXME
| -rw-r--r-- | src/lib/linux_os.rs | 2 |
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" { |