diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-09-12 14:07:36 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-09-12 14:07:36 +0300 |
commit | 4ab7b16b9573bdfa32279e4adadff684d5cd58ac (patch) | |
tree | 74e02de3509688ea7651b5c1c2b2a20ebbc83d7a /src/liblzma/api/lzma.h | |
parent | Updated THANKS. (diff) | |
download | xz-4ab7b16b9573bdfa32279e4adadff684d5cd58ac.tar.xz |
A few grammar fixes.
Thanks to Christian Weisgerber for pointing out some of these.
Diffstat (limited to '')
-rw-r--r-- | src/liblzma/api/lzma.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/liblzma/api/lzma.h b/src/liblzma/api/lzma.h index 44de60a1..9d28c28c 100644 --- a/src/liblzma/api/lzma.h +++ b/src/liblzma/api/lzma.h @@ -95,8 +95,8 @@ /* Use the standard inttypes.h. */ # ifdef __cplusplus /* - * C99 sections 7.18.2 and 7.18.4 specify that - * in C++ implementations define the limit + * C99 sections 7.18.2 and 7.18.4 specify + * that C++ implementations define the limit * and constant macros only if specifically * requested. Note that if you want the * format macros (PRIu64 etc.) too, you need |