X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eb3be59d63b0d199fa3f32b5a22553e44cfb917a..d0c5cc5a4f87a98928093830eab689dcdd0dd603:/src/xbt/datadesc/cbps.c diff --git a/src/xbt/datadesc/cbps.c b/src/xbt/datadesc/cbps.c index 2810ac3815..b258d3ad68 100644 --- a/src/xbt/datadesc/cbps.c +++ b/src/xbt/datadesc/cbps.c @@ -1,4 +1,4 @@ -/* cbps - persistant states for callbacks */ +/* cbps - persistent states for callbacks */ /* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. * All rights reserved. */ @@ -9,7 +9,7 @@ #include "xbt/ex.h" #include "xbt/datadesc/datadesc_private.h" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_ddt_cbps, xbt_ddt, - "callback persistant state"); + "callback persistent state"); typedef struct { xbt_datadesc_type_t type;