diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-24 12:57:01 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-24 12:57:01 (EST) |
commit | 85653238893cb76e64fa8505fed7f4561e088e77 (patch) | |
tree | 81f2f8d5ede577d11dbc10ee85114bfd1c6db3db /resources/utilities/ich9deblob/gbe | |
parent | ff02272f5d5a1d94de95bfb9ec8061b7f519a4a8 (diff) | |
download | libreboot-85653238893cb76e64fa8505fed7f4561e088e77.zip libreboot-85653238893cb76e64fa8505fed7f4561e088e77.tar.gz libreboot-85653238893cb76e64fa8505fed7f4561e088e77.tar.bz2 |
ich9deblob: fix typo in comment
Diffstat (limited to 'resources/utilities/ich9deblob/gbe')
-rw-r--r-- | resources/utilities/ich9deblob/gbe/gbe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/utilities/ich9deblob/gbe/gbe.c b/resources/utilities/ich9deblob/gbe/gbe.c index 87d6fc6..7611c8d 100644 --- a/resources/utilities/ich9deblob/gbe/gbe.c +++ b/resources/utilities/ich9deblob/gbe/gbe.c @@ -98,7 +98,7 @@ struct GBEREGIONRECORD_8K deblobbedGbeStructFromFactory(struct GBEREGIONRECORD_8 */ /* - * show debugging info: show calculated (correct) cbe checksum and what + * show debugging info: show calculated (correct) gbe checksum and what * is actually stored, in a 4K gbe struct. Only for a single region. */ void printGbeChecksumDataFromStruct4k(struct GBEREGIONRECORD_4K gbeStruct4k, char* romName, char* regionName) |