diff options
author | portix <portix@gmx.net> | 2014-02-26 09:51:01 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2014-02-26 09:51:01 +0100 |
commit | 888999b50a524334fe08c4b590b86c22c6a1c90e (patch) | |
tree | b14a71799312b5b97a3ee55397ed304ed509ed3f | |
parent | 40ecd77dc6b63a6e2ebb5505dac93aa505b2e864 (diff) | |
download | dwb-888999b50a524334fe08c4b590b86c22c6a1c90e.zip |
Fixing comment
-rw-r--r-- | exar/exar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exar/exar.h b/exar/exar.h index 34ee5490..f141b8ba 100644 --- a/exar/exar.h +++ b/exar/exar.h @@ -155,7 +155,7 @@ exar_check_version(const char *archive); /* * Checks if the given data is an archive file with compatible version number * - * @data The archive + * @data The raw archive data * * @returns 0 on success and -1 on error */ |