mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-27 16:40:23 +00:00
conf-parser: Fix typo in comment
Fix minor typo in conf parser
This commit is contained in:
committed by
Tom Gundersen
parent
9b86b3930a
commit
e5a7f17341
@@ -52,7 +52,7 @@ typedef struct ConfigTableItem {
|
||||
} ConfigTableItem;
|
||||
|
||||
/* Wraps information for parsing a specific configuration variable, to
|
||||
* ve srored in a gperf perfect hashtable */
|
||||
* be stored in a gperf perfect hashtable */
|
||||
typedef struct ConfigPerfItem {
|
||||
const char *section_and_lvalue; /* Section + "." + name of the variable */
|
||||
ConfigParserCallback parse; /* Function that is called to parse the variable's value */
|
||||
|
||||
Reference in New Issue
Block a user