diff options
| author | Toomas Soome <tsoome@me.com> | 2018-07-18 08:47:54 +0300 |
|---|---|---|
| committer | Robert Mustacchi <rm@joyent.com> | 2018-07-18 17:23:41 +0000 |
| commit | 5882b622b7e2afa5385d4601dd82f81066f62d67 (patch) | |
| tree | 26b8f3f440112e93d5c7a6c3b13aa76f4e9e0f7a | |
| parent | da8e407363328f2eb8ec9dc3b7a276f2b5606179 (diff) | |
| download | illumos-joyent-5882b622b7e2afa5385d4601dd82f81066f62d67.tar.gz | |
9660 loader: fix typos in libefi/env.c
Reviewed by: Marcel Telka <marcel@telka.sk>
Reviewed by: Rob Johnston <rob.johnston@joyent.com>
Reviewed by: Andrew Stormont <andyjstormont@gmail.com>
Reviewed by: C Fraire <cfraire@me.com>
Approved by: Robert Mustacchi <rm@joyent.com>
| -rw-r--r-- | usr/src/boot/sys/boot/efi/libefi/env.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/boot/sys/boot/efi/libefi/env.c b/usr/src/boot/sys/boot/efi/libefi/env.c index c43e4b118b..c479422b2f 100644 --- a/usr/src/boot/sys/boot/efi/libefi/env.c +++ b/usr/src/boot/sys/boot/efi/libefi/env.c @@ -723,8 +723,8 @@ command_efi_show(int argc, char *argv[]) * print all the env vars tagged with UUID * efi-show -v var * search all the env vars and print the ones matching var - * eif-show -g UUID -v var - * eif-show UUID var + * efi-show -g UUID -v var + * efi-show UUID var * print all the env vars that match UUID and var */ /* NB: We assume EFI_GUID is the same as uuid_t */ |
