diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/cbfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/cbfs.h b/src/include/cbfs.h index bca089a73b..a6b2c027b3 100644 --- a/src/include/cbfs.h +++ b/src/include/cbfs.h @@ -52,7 +52,7 @@ #include <boot/coreboot_tables.h> /** These are standard values for the known compression alogrithms that coreboot knows about for stages and - payloads. Of course, other LAR users can use whatever + payloads. Of course, other CBFS users can use whatever values they want, as long as they understand them. */ #define CBFS_COMPRESS_NONE 0 |