diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-28 02:20:19 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-28 02:20:19 +0100 |
commit | 0e3520f74d25bc43572a1afeaa4439bfedcc0d78 (patch) | |
tree | 0a94f3f6574017e7bd0a8a03f6bd86dae5912db2 /resources/utilities/ich9deblob/src/descriptor/descriptor.h | |
parent | d56f1258cc63b9981d29f37530fafd72b5acf904 (diff) | |
download | librebootfr-0e3520f74d25bc43572a1afeaa4439bfedcc0d78.tar.gz librebootfr-0e3520f74d25bc43572a1afeaa4439bfedcc0d78.zip |
s/machine/system
It was annoying me.
Diffstat (limited to 'resources/utilities/ich9deblob/src/descriptor/descriptor.h')
-rw-r--r-- | resources/utilities/ich9deblob/src/descriptor/descriptor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/utilities/ich9deblob/src/descriptor/descriptor.h b/resources/utilities/ich9deblob/src/descriptor/descriptor.h index 263d5423..47a619c4 100644 --- a/resources/utilities/ich9deblob/src/descriptor/descriptor.h +++ b/resources/utilities/ich9deblob/src/descriptor/descriptor.h @@ -66,7 +66,7 @@ struct FLVALSIG /* * 4 bytes. * descriptor mode = 0FF0A55A (hex, big endian). Note: stored in ROM in little endian order. - * Anything else is considered invalid and will put the machine in non-descriptor mode. + * Anything else is considered invalid and will put the system in non-descriptor mode. */ uint32_t signature; /* Put 0x0FF0A55A here. confirmed in deblobbed_descriptor.bin */ }; |