From: Yu Watanabe Date: Mon, 5 Jan 2026 23:45:22 +0000 (+0900) Subject: pstore: fix typo X-Git-Tag: v260-rc1~429 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=423ba555acd92c302dfc7c3fd6bfbf26fd9137b3;p=thirdparty%2Fsystemd.git pstore: fix typo --- diff --git a/src/pstore/pstore.c b/src/pstore/pstore.c index 8e20add1444..3e84b25bfb4 100644 --- a/src/pstore/pstore.c +++ b/src/pstore/pstore.c @@ -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;