summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/sbat.h2
-rw-r--r--pe.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/sbat.h b/include/sbat.h
index 69f4e78a..5b64f20a 100644
--- a/include/sbat.h
+++ b/include/sbat.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-2-Clause-Patent
/*
- * sbat.c - parse SBAT data from the .rsrc section data
+ * sbat.c - parse SBAT data from the .sbat section data
*/
#ifndef SBAT_H_
diff --git a/pe.c b/pe.c
index 9da87530..9fa62d68 100644
--- a/pe.c
+++ b/pe.c
@@ -1033,7 +1033,7 @@ handle_image (void *data, unsigned int datasize,
}
} else if (CompareMem(Section->Name, ".sbat\0\0\0", 8) == 0) {
if (SBATBase || SBATSize) {
- perror(L"Image has multiple resource sections\n");
+ perror(L"Image has multiple SBAT sections\n");
return EFI_UNSUPPORTED;
}