mirror of
https://github.com/systemd/systemd.git
synced 2024-12-18 06:33:36 +08:00
conf-parser: Fix typo in comment
Fix minor typo in conf parser
This commit is contained in:
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 */
|
||||
|
Loading…
Reference in New Issue
Block a user