diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-28 20:44:31 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-28 20:46:57 (EST) |
commit | e8a7514e7701b314a00ceb722c912cc2ca9f6966 (patch) | |
tree | a7da8ca2575fda413e37d919e3d06f73b8366746 /resources/utilities | |
parent | 4e68aa6b0b359d1ded3afed3e361b86fe2e6b67a (diff) | |
download | libreboot-e8a7514e7701b314a00ceb722c912cc2ca9f6966.zip libreboot-e8a7514e7701b314a00ceb722c912cc2ca9f6966.tar.gz libreboot-e8a7514e7701b314a00ceb722c912cc2ca9f6966.tar.bz2 |
ich9gen: fix typo
Diffstat (limited to 'resources/utilities')
-rw-r--r-- | resources/utilities/ich9deblob/src/ich9gen.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/resources/utilities/ich9deblob/src/ich9gen.c b/resources/utilities/ich9deblob/src/ich9gen.c index 7ae4980..dfd1343 100644 --- a/resources/utilities/ich9deblob/src/ich9gen.c +++ b/resources/utilities/ich9deblob/src/ich9gen.c @@ -64,7 +64,7 @@ int main(int argc, char *argv[]) } for(i=2; i<14; i+=3) { if(argv[2][i]!=':') { - printf("ich9gen: invalid mac address format (non-color characters used as spacing)\n"); + printf("ich9gen: invalid mac address format (non-colon characters used as spacing)\n"); return 1; } } @@ -98,7 +98,9 @@ int main(int argc, char *argv[]) return 1; } - printf("The modified gbe regions has also been dumped as src files: mkgbe.c, mkgbe.h\n"); + printf("You selected to change the MAC address in the Gbe section. This has been done.\n\n"); + + printf("The modified gbe region has also been dumped as src files: mkgbe.c, mkgbe.h\n"); printf("To use these in ich9gen, place them in src/ich9gen/ and re-build ich9gen.\n\n"); } |