1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

sysdefs.h: Fix a comment.

This commit is contained in:
Lasse Collin 2023-01-10 10:05:13 +02:00
parent 194a5fab69
commit 7049c4a76c

View file

@ -127,7 +127,7 @@
#include <stdlib.h>
#include <assert.h>
// Pre-C99 systems lack stdbool.h. All the code in LZMA Utils must be written
// Pre-C99 systems lack stdbool.h. All the code in XZ Utils must be written
// so that it works with fake bool type, for example:
//
// bool foo = (flags & 0x100) != 0;