diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-23 11:47:46 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-23 11:47:46 (EST) |
commit | 59a8e13897ceda8426552ca9479ea457c6fdfd2e (patch) | |
tree | 16051b8d1811917f036b0037c3cba84f1a3f1e79 /resources/utilities/ich9deblob | |
parent | ece2f6f796afa94dbc927e9c4f514a3e131c7897 (diff) | |
download | libreboot-59a8e13897ceda8426552ca9479ea457c6fdfd2e.zip libreboot-59a8e13897ceda8426552ca9479ea457c6fdfd2e.tar.gz libreboot-59a8e13897ceda8426552ca9479ea457c6fdfd2e.tar.bz2 |
ich9deblob: fix descriptions in src headers
Diffstat (limited to 'resources/utilities/ich9deblob')
-rw-r--r-- | resources/utilities/ich9deblob/descriptor/descriptor.h | 2 | ||||
-rw-r--r-- | resources/utilities/ich9deblob/gbe/gbe.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/utilities/ich9deblob/descriptor/descriptor.h b/resources/utilities/ich9deblob/descriptor/descriptor.h index 710c09b..a93c996 100644 --- a/resources/utilities/ich9deblob/descriptor/descriptor.h +++ b/resources/utilities/ich9deblob/descriptor/descriptor.h @@ -1,5 +1,5 @@ /* - * descriptor/struct.h + * descriptor/descriptor.h * This file is part of the ich9deblob utility from the libreboot project * * Copyright (C) 2014 Steve Shenton <sgsit@libreboot.org> diff --git a/resources/utilities/ich9deblob/gbe/gbe.h b/resources/utilities/ich9deblob/gbe/gbe.h index cbc2635..b775534 100644 --- a/resources/utilities/ich9deblob/gbe/gbe.h +++ b/resources/utilities/ich9deblob/gbe/gbe.h @@ -1,5 +1,5 @@ /* - * gbe/struct.h + * gbe/gbe.h * This file is part of the ich9deblob utility from the libreboot project * * Copyright (C) 2014 Steve Shenton <sgsit@libreboot.org> |