From 79bd7cc8ea69d9229d229e69fd5db558ddcb1553 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 22 Mar 2016 10:55:31 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9147 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/rt/configuration.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/rt') diff --git a/test/rt/configuration.xml b/test/rt/configuration.xml index 7b4bf469f..d02b17b75 100644 --- a/test/rt/configuration.xml +++ b/test/rt/configuration.xml @@ -1343,10 +1343,10 @@ static void *null_provider(size_t size, unsigned align) { - Loading and empting a memory pool. + Loading and emptying a memory pool. - The memory pool functionality is tested by loading and empting it, all conditions are tested. + The memory pool functionality is tested by loading and emptying it, all conditions are tested. @@ -1448,10 +1448,10 @@ test_assert(chPoolAlloc(&mp1) == NULL, "provider returned memory");]]> - Loading and empting a guarded memory pool without waiting. + Loading and emptying a guarded memory pool without waiting. - The memory pool functionality is tested by loading and empting it, all conditions are tested. + The memory pool functionality is tested by loading and emptying it, all conditions are tested. CH_CFG_USE_SEMAPHORES -- cgit v1.2.3