From: Lasse Collin Date: Fri, 22 May 2009 11:27:40 +0000 (+0300) Subject: Fix a comment. X-Git-Tag: upstream/5.1.3~537 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b4f92f522d4b854c0adb7c38be7531e1a6a7b008;p=platform%2Fupstream%2Fxz.git Fix a comment. --- diff --git a/src/xz/main.h b/src/xz/main.h index b90102b..2e35a43 100644 --- a/src/xz/main.h +++ b/src/xz/main.h @@ -19,7 +19,7 @@ enum exit_status_type { /// Sets the exit status after a warning or error has occurred. If new_status -/// is EX_WARNING and the old exit status was already EX_ERROR, the exit +/// is E_WARNING and the old exit status was already E_ERROR, the exit /// status is not changed. extern void set_exit_status(enum exit_status_type new_status);