summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-12-25 19:13:23 (EST)
committer Francis Rowe <info@gluglug.org.uk>2014-12-25 19:13:23 (EST)
commitc42a0f6582184859baa8dd716700c619435295ee (patch)
treecde2d88ad72347d0b89a24e6b3be9745edd4bcf1 /resources
parenta704784969a88bb9ea42e9c94877e65989b54203 (diff)
downloadlibreboot-c42a0f6582184859baa8dd716700c619435295ee.zip
libreboot-c42a0f6582184859baa8dd716700c619435295ee.tar.gz
libreboot-c42a0f6582184859baa8dd716700c619435295ee.tar.bz2
ich9deblob: fix typo
Diffstat (limited to 'resources')
-rw-r--r--resources/utilities/ich9deblob/src/descriptor/descriptor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/utilities/ich9deblob/src/descriptor/descriptor.c b/resources/utilities/ich9deblob/src/descriptor/descriptor.c
index aa3d84e..92456ef 100644
--- a/resources/utilities/ich9deblob/src/descriptor/descriptor.c
+++ b/resources/utilities/ich9deblob/src/descriptor/descriptor.c
@@ -160,7 +160,7 @@ void printDescriptorRegionLocations(struct DESCRIPTORREGIONRECORD descriptorStru
/* Platform region */
printf(
- "%s: Platform start block: %08x ; GBe end block: %08x\n",
+ "%s: Platform start block: %08x ; Platform end block: %08x\n",
romName,
descriptorStruct.regionSection.flReg4.BASE << FLREGIONBITSHIFT,
descriptorStruct.regionSection.flReg4.LIMIT << FLREGIONBITSHIFT