Fixed typo.

This commit is contained in:
Joel Sherrill
2000-04-04 12:53:06 +00:00
parent c34eb10f55
commit a7c46db906

View File

@@ -62,7 +62,7 @@
*/
#if defined(RTEMS_MULTIPROCESSING)
#define SEMAPHORE_MP_WAS_DELETED _Semaphore_MP_Send_object_was_deleted
#define SEMAPHORE_MP_OBJECT_WAS_DELETED _Semaphore_MP_Send_object_was_deleted
#else
#define SEMAPHORE_MP_OBJECT_WAS_DELETED NULL
#endif