]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
pstore: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 5 Jan 2026 23:45:22 +0000 (08:45 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 5 Jan 2026 23:45:22 +0000 (08:45 +0900)
src/pstore/pstore.c

index 8e20add1444648e7388a97f4a465e1b03f40d547..3e84b25bfb4c15192300bc0aba46b7d4484c0604 100644 (file)
@@ -194,7 +194,7 @@ static int process_dmesg_files(PStoreList *list) {
          * The dmesg- filename contains the backend-type and the Common Platform Error Record, CPER,
          * record id, a 64-bit number.
          *
-         * Files are processed in reverse lexigraphical order so as to properly reconstruct original dmesg. */
+         * Files are processed in reverse lexicographical order so as to properly reconstruct original dmesg. */
 
         for (size_t n = list->n_entries; n > 0; n--) {
                 PStoreEntry *pe;