Repository
Fix comment
Parent commits : 476cbdc32182c85a4cbddc632ae10c7d1f6e1646,Children commits :
By lds on 2010-02-02 12:15:04
Fix comment
Difference with parent commit 476cbdc32182c85a4cbddc632ae10c7d1f6e1646
Files modified:
src/process.h
---
+++
@@ -74,7 +74,7 @@
int GetPID();
/** \brief Read the exit status of the subprocess.
- * \return the exit status of the subprocess or -1 when no subprocess has been started or if it's still running.
+ * \return the exit status of the subprocess or -1 when no subprocess has been started or if it exited.
*/
int GetExitCode();