X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6760cb07d6b57be16928d95339d71e57c4e24f36..e0702d63ff71a32f733f7c1044b008ca60777e9b:/include/xbt/log.h diff --git a/include/xbt/log.h b/include/xbt/log.h index d22e627e04..1502558dd7 100644 --- a/include/xbt/log.h +++ b/include/xbt/log.h @@ -92,7 +92,7 @@ SG_BEGIN_DECL() /* The root of the category hierarchy. */ #define XBT_LOG_ROOT_CAT root -/* In stric ansi C, we are not allowed to initialize a variable with +/* In strict ansi C, we are not allowed to initialize a variable with * a non-constant value. But the whole tree of categories is * connected by setting the address of the parent category as a field * of the child one.