conf-parser: Fix typo in comment

Fix minor typo in conf parser
This commit is contained in:
Jonathan Boulle 2014-04-28 08:15:50 +02:00 committed by Tom Gundersen
parent 9b86b3930a
commit e5a7f17341
1 changed files with 1 additions and 1 deletions

View File

@ -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 */