summaryrefslogtreecommitdiff
path: root/libpe/libpe_section.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpe/libpe_section.c')
-rw-r--r--libpe/libpe_section.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpe/libpe_section.c b/libpe/libpe_section.c
index 7ff63fbef60fa..bc1e6f633cc49 100644
--- a/libpe/libpe_section.c
+++ b/libpe/libpe_section.c
@@ -33,7 +33,7 @@
#include "_libpe.h"
-ELFTC_VCSID("$Id: libpe_section.c 3312 2016-01-10 09:23:51Z kaiwang27 $");
+ELFTC_VCSID("$Id: libpe_section.c 3446 2016-05-03 01:31:17Z emaste $");
PE_Scn *
libpe_alloc_scn(PE *pe)
@@ -486,7 +486,7 @@ libpe_write_sections(PE *pe, off_t off)
/*
* Padding between sections. (padding always written
* in case the the section headers or sections are
- * moved or shrinked.)
+ * moved or shrunk.)
*/
assert(off <= sh->sh_rawptr);
if (off < sh->sh_rawptr)