about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTim Chevalier <chevalier@alum.wellesley.edu>2013-03-25 11:12:14 -0700
committerTim Chevalier <chevalier@alum.wellesley.edu>2013-03-25 11:12:14 -0700
commit664715065737384a380a7d424ca63551f6788d2a (patch)
treefbabba300c8aa77218c34de26d1d802786527420
parenta56ec8c1342453a88be79e192a11501844375d40 (diff)
downloadrust-664715065737384a380a7d424ca63551f6788d2a.tar.gz
rust-664715065737384a380a7d424ca63551f6788d2a.zip
core: Fix doc comment error, as per #4983
-rw-r--r--src/libcore/run.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/run.rs b/src/libcore/run.rs
index 5fbb5e3c223..088c10cbc1d 100644
--- a/src/libcore/run.rs
+++ b/src/libcore/run.rs
@@ -182,7 +182,7 @@ fn with_dirp<T>(d: &Option<~str>,
  *
  * # Return value
  *
- * The process id
+ * The process's exit code
  */
 pub fn run_program(prog: &str, args: &[~str]) -> int {
     let pid = spawn_process(prog, args, &None, &None,