From cc84ec3f6182a7af9ef881939305cf1ac13a383a Mon Sep 17 00:00:00 2001 From: Byung Kang Date: Fri, 29 Aug 2014 10:48:43 -0500 Subject: [PATCH] Cleanup: Typo in job.go Signed-off-by: Byung Kang --- engine/job.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/engine/job.go b/engine/job.go index 1c2521206c..5b0080167d 100644 --- a/engine/job.go +++ b/engine/job.go @@ -17,8 +17,7 @@ import ( // environment variables, standard streams for input, output and error, and // an exit status which can indicate success (0) or error (anything else). // -// One slight variation is that jobs report their status as a string. The -// string "0" indicates success, and any other strings indicates an error. +// For status, 0 indicates success, and any other integers indicates an error. // This allows for richer error reporting. // type Job struct {