]> git.droids-corp.org - protos/libecoli.git/blobdiff - libecoli/ecoli_log.h
add ecoli_editline and enhance yaml parser
[protos/libecoli.git] / libecoli / ecoli_log.h
index be7e380e2892c3eb32539bb56e916731cf629f71..2414dc0c19b5a50c5b5c637ce0a41e8bc1c8d8a0 100644 (file)
@@ -34,7 +34,7 @@ enum ec_log_level {
  * Register a log type.
  *
  * This macro defines a function that will be called at startup (using
- * the "constructor" attribute). This function register the named type
+ * the "constructor" attribute). This function registers the named type
  * passed as argument, and sets a static global variable
  * "ec_log_local_type". This variable is used as the default log type
  * for this file when using EC_LOG() or EC_VLOG().