From: Yu Watanabe Date: Wed, 23 Mar 2022 03:21:54 +0000 (+0900) Subject: boot: fix typo X-Git-Tag: v251-rc1~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff8619791a1a18f805731c1617f0aa5ae46d404c;p=thirdparty%2Fsystemd.git boot: fix typo --- diff --git a/src/boot/efi/boot.c b/src/boot/efi/boot.c index 88cfd91a8ce..d2425a9d872 100644 --- a/src/boot/efi/boot.c +++ b/src/boot/efi/boot.c @@ -53,7 +53,7 @@ typedef struct { CHAR16 *id; /* The unique identifier for this entry (typically the filename of the file defining the entry) */ CHAR16 *title_show; /* The string to actually display (this is made unique before showing) */ CHAR16 *title; /* The raw (human readable) title string of the entry (not necessarily unique) */ - CHAR16 *sort_key; /* The string to use as primary sory key, usually ID= from os-release, possibly suffixed */ + CHAR16 *sort_key; /* The string to use as primary sort key, usually ID= from os-release, possibly suffixed */ CHAR16 *version; /* The raw (human readable) version string of the entry */ CHAR16 *machine_id; EFI_HANDLE *device;