X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/12846bb3ea797360d6a2a2d26c629dd194305c39..ab1a94e98438ed2d29533aca9e613d667237c3d0:/include/xbt/cunit.h diff --git a/include/xbt/cunit.h b/include/xbt/cunit.h index 9233bd6263..d4d1cbab4d 100644 --- a/include/xbt/cunit.h +++ b/include/xbt/cunit.h @@ -6,7 +6,7 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -/* This is partially inspirated from the OSSP ts (Test Suite Library) */ +/* This is partially inspired from the OSSP ts (Test Suite Library) */ #ifndef _XBT_CUNIT_H_ #define _XBT_CUNIT_H_ @@ -70,7 +70,7 @@ XBT_PUBLIC(void) xbt_test_exit(void); * * @{ */ -/** @brief Provide informations about the suite declared in this file +/** @brief Provide information about the suite declared in this file * @hideinitializer * * Actually, this macro is only used by the script extracting the test units, but that should be transparent for you. @@ -131,7 +131,7 @@ XBT_PUBLIC(void) xbt_test_exception(xbt_ex_t e); /** @brief Declare that the lastly started test was expected to fail (and actually failed) */ XBT_PUBLIC(void) xbt_test_expect_failure(void); -/** @brief Declare that the lastly started test should be skiped today */ +/** @brief Declare that the lastly started test should be skipped today */ XBT_PUBLIC(void) xbt_test_skip(void); /** @} */