aboutsummaryrefslogtreecommitdiff
path: root/scripts/sign-file
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2014-08-29 23:37:33 +0900
committerJiri Kosina <jkosina@suse.cz>2014-09-01 11:18:25 +0200
commit1a84db567aeeb232daad598c7aa2334dda0176b7 (patch)
tree5123df91574e49c60e14fc9519b540cd58a82167 /scripts/sign-file
parent307b28b95ce9717680b5980d67ef0b060c8fde3b (diff)
treewide: fix errors in printk
This patch fix spelling typo in printk. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'scripts/sign-file')
-rwxr-xr-xscripts/sign-file2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sign-file b/scripts/sign-file
index 2b7c4484d46c..3906ee1e2f76 100755
--- a/scripts/sign-file
+++ b/scripts/sign-file
@@ -398,7 +398,7 @@ if ($verbose) {
print "Size of signer's name : ", length($signers_name), "\n";
print "Size of key identifier : ", length($key_identifier), "\n";
print "Size of signature : ", length($signature), "\n";
- print "Size of informaton : ", length($info), "\n";
+ print "Size of information : ", length($info), "\n";
print "Size of magic number : ", length($magic_number), "\n";
print "Signer's name : '", $signers_name, "'\n";
print "Digest : $dgst\n";