| Index: utility/dev_make_keypair
|
| diff --git a/utility/dev_make_keypair b/utility/dev_make_keypair
|
| index 5506b45fb355f0ef81f64e5d497e1d83fad47ebb..b055826072e2375ff64dd53acde26ebea4714f9a 100755
|
| --- a/utility/dev_make_keypair
|
| +++ b/utility/dev_make_keypair
|
| @@ -75,7 +75,7 @@ function make_pair {
|
| # First create the .vbpubk and .vbprivk pair.
|
| make_pair "$1" "${2:-4}"
|
|
|
| -# Now create a .vblock to hold our .vbpubk. Since it's for developer use, it
|
| +# Now create a .keyblock to hold our .vbpubk. Since it's for developer use, it
|
| # won't be signed, just checksummed. Developer kernels can only be run in
|
| # non-recovery mode with the developer switch enabled, but it won't hurt us to
|
| # turn on all the flags bits anyway.
|
|
|