summaryrefslogtreecommitdiff
path: root/src/cbootimage.c
diff options
context:
space:
mode:
authorEdward Betts <edward@4angle.com>2019-05-14 14:50:46 +0100
committerStephen Warren <swarren@nvidia.com>2019-09-19 12:41:46 -0600
commit80c499ebbe8a64aa2ee4222e6a8f342f465f6680 (patch)
treed8fc09c58303149f51169ad61bdae2b26442aff5 /src/cbootimage.c
parent65a6d94dd5f442578551e0a81ecbe5235e673fd4 (diff)
downloadnvidia-cbootimage-80c499ebbe8a64aa2ee4222e6a8f342f465f6680.tar.gz
Correct spelling mistakesHEADmaster
Signed-off-by: Edward Betts <edward@4angle.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
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);