Chromium Code Reviews| Index: sdk/lib/io/process.dart |
| diff --git a/sdk/lib/io/process.dart b/sdk/lib/io/process.dart |
| index ea1bd76399986540a0d63c19e41a563568eb3ffe..93aa63e0f3aa323a527d3cabbfce310782626d3a 100644 |
| --- a/sdk/lib/io/process.dart |
| +++ b/sdk/lib/io/process.dart |
| @@ -68,7 +68,7 @@ void set exitCode(int code) { |
| _ProcessUtils._setExitCode(code); |
| } |
| -/* |
| +/** |
| * Get the global exit code for the Dart VM. |
| * |
| * The exit code is global for the Dart VM and the last assignment to |