Util.Run: minor clarification in comment

This commit is contained in:
gwern0
2008-03-03 05:15:13 +00:00
parent 11e57ce367
commit ef50ecda71

View File

@@ -62,7 +62,7 @@ runProcessWithInput cmd args input = do
waitForProcess ph
return output
-- | Wait is in us
-- | Wait is in µs (microseconds)
runProcessWithInputAndWait :: FilePath -> [String] -> String -> Int -> IO ()
runProcessWithInputAndWait cmd args input timeout = do
doubleFork $ do