aboutsummaryrefslogtreecommitdiff
path: root/src/xz/main.h
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2009-05-22 14:27:40 +0300
committerLasse Collin <lasse.collin@tukaani.org>2009-05-22 14:27:40 +0300
commitb4f92f522d4b854c0adb7c38be7531e1a6a7b008 (patch)
tree232c685ea68327427d9bae9bcd04bcf4a92b9f79 /src/xz/main.h
parentRemove the --info option, which was an alias for --list. (diff)
downloadxz-b4f92f522d4b854c0adb7c38be7531e1a6a7b008.tar.xz
Fix a comment.
Diffstat (limited to 'src/xz/main.h')
-rw-r--r--src/xz/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xz/main.h b/src/xz/main.h
index b90102b4..2e35a438 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);