From c42a0f6582184859baa8dd716700c619435295ee Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 25 Dec 2014 19:13:23 -0500 Subject: ich9deblob: fix typo --- (limited to 'resources') 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 -- cgit v0.9.1