]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
boot: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 23 Mar 2022 03:21:54 +0000 (12:21 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 23 Mar 2022 03:21:54 +0000 (12:21 +0900)
src/boot/efi/boot.c

index 88cfd91a8ced8db23ba42239e1181947670c1b7a..d2425a9d87248dc16dafa4a77edc9ee35dd00864 100644 (file)
@@ -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;