commit e6ac9308d7222f5109e2fda19838ad143146eb00 parent bb1a900d3c24b4b9a45f0ee19b2dbad50c901896 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Fri, 27 Nov 2015 10:16:10 +0100 Fix typos Diffstat:
| M | src/sschiff.h | | | 2 | +- |
| M | src/test_sschiff_utils.h | | | 6 | +++--- |
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/sschiff.h b/src/sschiff.h @@ -40,7 +40,7 @@ #define SSCHIFF_API extern IMPORT_SYM #endif -/* Helper macro that asserts if the invocation of the sgf function `Func' +/* Helper macro that asserts if the invocation of the schiff function `Func' * returns an error. One should use this macro on sschiff function calls for * which no explicit error checking is performed */ #ifndef NDEBUG diff --git a/src/test_sschiff_utils.h b/src/test_sschiff_utils.h @@ -26,8 +26,8 @@ * The fact that you are presently reading this means that you have had * knowledge of the CeCILL license and that you accept its terms. */ -#ifndef TEST_SALGAE_UTILS_H -#define TEST_SALGAE_UTILS_H +#ifndef TEST_SSCHIFF_UTILS_H +#define TEST_SSCHIFF_UTILS_H #include <rsys/mem_allocator.h> @@ -42,5 +42,5 @@ check_memory_allocator(struct mem_allocator* allocator) } } -#endif /* TEST_SALGAE_UTILS_H */ +#endif /* TEST_SSCHIFF_UTILS_H */