about summary refs log tree commit diff
path: root/src/rt/rust_log.cpp
diff options
context:
space:
mode:
authorSean Moon <ssamoon@ucla.edu>2013-05-09 02:34:47 +0900
committerSean Moon <ssamoon@ucla.edu>2013-05-09 02:34:47 +0900
commitbd4ee7c7d2f00e8c41824fac7e5d155dff40c25f (patch)
tree6b48543d67f951fd3537a8624f2f203c5d910496 /src/rt/rust_log.cpp
parent37becd887e74383cafd2930a87dfbb8f19c5af15 (diff)
downloadrust-bd4ee7c7d2f00e8c41824fac7e5d155dff40c25f.tar.gz
rust-bd4ee7c7d2f00e8c41824fac7e5d155dff40c25f.zip
Fix typos
Diffstat (limited to 'src/rt/rust_log.cpp')
-rw-r--r--src/rt/rust_log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_log.cpp b/src/rt/rust_log.cpp
index 32723cf31bc..c2b58c9fda7 100644
--- a/src/rt/rust_log.cpp
+++ b/src/rt/rust_log.cpp
@@ -24,7 +24,7 @@
  */
 static lock_and_signal _log_lock;
 /**
- * Indicates whether we are outputing to the console.
+ * Indicates whether we are outputting to the console.
  * Protected by _log_lock;
  */
 static bool _log_to_console = true;