diff options
Diffstat (limited to '')
-rw-r--r-- | src/liblzma/api/lzma.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/liblzma/api/lzma.h b/src/liblzma/api/lzma.h index 7790a089..d19687b7 100644 --- a/src/liblzma/api/lzma.h +++ b/src/liblzma/api/lzma.h @@ -127,12 +127,12 @@ #endif /* ifdef LZMA_MANUAL_HEADERS */ -/****************** - * GCC extensions * - ******************/ +/******************** + * GNU C extensions * + ********************/ /* - * GCC extensions are used conditionally in the public API. It doesn't + * GNU C extensions are used conditionally in the public API. It doesn't * break anything if these are sometimes enabled and sometimes not, only * affects warnings and optimizations. */ |