]> git.droids-corp.org - libcmdline.git/blobdiff - src/genconf/conf_parser.c
genconf: typo and comments
[libcmdline.git] / src / genconf / conf_parser.c
index ba1ca0a7bac64e1685eb0cab4736bdd210e63795..f19bb7c7965907db71442f57075dd7826ee08914 100644 (file)
 
 /*
  * Add a token in the line structure given as argument.
- * 'linestart' parameter is the beginning of the line buffer.
- * 'linecur' 
+ *
+ * 'linestart': pointer to the line buffer.
+ * 'linecur': current pointer in the line string (same string than linestart).
+ *
  * Return a pointer to the first token copied from buf in a allocated
  * buffer which is correctly nil-terminated. Also fill *eatlen
  * argument the length of eaten bytes. The user should free the token