From 308e0ac2f4765a3e7d450790e74e80ff35d50ee5 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Wed, 18 Jul 2018 11:51:15 +0300 Subject: [PATCH] loader: fix typos in libefi/env.c illumos issue #9660 --- usr/src/boot/sys/boot/efi/libefi/env.c | 4 ++-- 1 file 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 */ -- 2.11.4.GIT