summaryrefslogtreecommitdiff
path: root/src/cbootimage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cbootimage.c')
-rw-r--r--src/cbootimage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cbootimage.c b/src/cbootimage.c
index e728c8b..3d93bb4 100644
--- a/src/cbootimage.c
+++ b/src/cbootimage.c
@@ -314,7 +314,7 @@ main(int argc, char *argv[])
goto fail;
}
- /* Peform final signing & encryption of bct. */
+ /* Perform final signing & encryption of bct. */
e = sign_bct(&context, context.bct);
if (e != 0) {
printf("Signing BCT failed, error: %d.\n", e);