about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libstd/sys/redox/process.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys/redox/process.rs b/src/libstd/sys/redox/process.rs
index e7a87e3ff88..4370c1e0502 100644
--- a/src/libstd/sys/redox/process.rs
+++ b/src/libstd/sys/redox/process.rs
@@ -368,7 +368,7 @@ impl Command {
                     interpreter.pop().unwrap();
                 }
 
-                // TODO: Here we could just reassign `file` directly, if it
+                // FIXME: Here we could just reassign `file` directly, if it
                 // wasn't for lexical lifetimes. Remove the whole `let
                 // interpreter = { ... };` hack once NLL lands.
                 // NOTE: Although DO REMEMBER to make sure the interpreter path