summaryrefslogtreecommitdiff
path: root/src/pstore
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-02-15 10:08:16 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-02-15 10:08:16 +0900
commit0b75493da03fed3bf077791ce1289910eb6f6641 (patch)
tree521dfe26128adbbe60fb047a8dac5e78580628db /src/pstore
parent0da4cc97b446b43802692f2415e5a774771b0ca9 (diff)
downloadsystemd-0b75493da03fed3bf077791ce1289910eb6f6641.tar.gz
tree-wide: fix typo and comment style update
Diffstat (limited to 'src/pstore')
-rw-r--r--src/pstore/pstore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pstore/pstore.c b/src/pstore/pstore.c
index 306540650f..7408ed044d 100644
--- a/src/pstore/pstore.c
+++ b/src/pstore/pstore.c
@@ -214,7 +214,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 lexigraphical order so as to properly reconstruct original dmesg. */
for (size_t n = list->n_entries; n > 0; n--) {
PStoreEntry *pe;