From 7049c4a76c805ad27d6cf4ee119a2ef2a7add59f Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Tue, 10 Jan 2023 10:05:13 +0200 Subject: [PATCH] sysdefs.h: Fix a comment. --- src/common/sysdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/sysdefs.h b/src/common/sysdefs.h index 47bcbd97..2fbcd593 100644 --- a/src/common/sysdefs.h +++ b/src/common/sysdefs.h @@ -127,7 +127,7 @@ #include #include -// 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;