X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=libecoli%2Fecoli_log.h;h=2414dc0c19b5a50c5b5c637ce0a41e8bc1c8d8a0;hb=8e936d5c612e3dfa392a9fa78ecda728bbdb1997;hp=be7e380e2892c3eb32539bb56e916731cf629f71;hpb=90efcb0b905753a2eac864bc1a869781d7c31919;p=protos%2Flibecoli.git diff --git a/libecoli/ecoli_log.h b/libecoli/ecoli_log.h index be7e380..2414dc0 100644 --- a/libecoli/ecoli_log.h +++ b/libecoli/ecoli_log.h @@ -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().