From 9c8d1edf6a9ef6a02b1532ec5083400055d08370 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 4 May 2000 14:08:49 +0000 Subject: [PATCH] Fixed typo. --- c/src/exec/sapi/include/confdefs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c/src/exec/sapi/include/confdefs.h b/c/src/exec/sapi/include/confdefs.h index 8e2e876aad..cd84a8ce7a 100644 --- a/c/src/exec/sapi/include/confdefs.h +++ b/c/src/exec/sapi/include/confdefs.h @@ -788,7 +788,7 @@ itron_initialization_tasks_table ITRON_Initialization_tasks[] = { #define CONFIGURE_EXTRA_TASK_STACKS 0 #endif -#define CONFIGURE_MEMORY_FOR_SYSTEM_OVEREHAD \ +#define CONFIGURE_MEMORY_FOR_SYSTEM_OVERHEAD \ ( CONFIGURE_MEMORY_FOR_TASKS(1) + /* IDLE */ \ (256 * 12) + /* Ready chains */ \ 256 + /* name/ptr table overhead */ \ @@ -815,7 +815,7 @@ itron_initialization_tasks_table ITRON_Initialization_tasks[] = { CONFIGURE_STACK_CHECKER_EXTENSION ) + \ CONFIGURE_MEMORY_FOR_DEVICES(CONFIGURE_MAXIMUM_DEVICES) + \ CONFIGURE_MEMORY_FOR_MP + \ - CONFIGURE_MEMORY_FOR_SYSTEM_OVEREHAD + \ + CONFIGURE_MEMORY_FOR_SYSTEM_OVERHEAD + \ (((CONFIGURE_MEMORY_OVERHEAD)+1) * 1024) + \ (CONFIGURE_EXTRA_TASK_STACKS) + (CONFIGURE_ADA_TASKS_STACK) \ ) & 0xfffffc00)