]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
efi_loader: fix typo in efi_boottime.c
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 30 Sep 2018 11:40:43 +0000 (13:40 +0200)
committerAlexander Graf <agraf@suse.de>
Tue, 16 Oct 2018 14:44:26 +0000 (16:44 +0200)
%s/conncected/connected/

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_boottime.c

index 6a07c3614786d3c4392f7514d14f7e35ab6bab18..da978d2b34ab0e56ce397feb97b62c0ffba72eca 100644 (file)
@@ -2506,7 +2506,7 @@ static efi_status_t efi_protocol_open(
                        if (item->info.attributes & EFI_OPEN_PROTOCOL_BY_DRIVER)
                                opened_by_driver = true;
                }
-               /* Only one controller can be conncected */
+               /* Only one controller can be connected */
                if (opened_by_driver)
                        return EFI_ACCESS_DENIED;
        }