[rtems commit] confdefs: Fix typo

Sebastian Huber sebh at rtems.org
Fri Oct 6 12:20:23 UTC 2017


Module:    rtems
Branch:    master
Commit:    587afc340022dfa6ef8f2c4aa37cc41973ea71a1
Changeset: http://git.rtems.org/rtems/commit/?id=587afc340022dfa6ef8f2c4aa37cc41973ea71a1

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Oct  6 14:20:00 2017 +0200

confdefs: Fix typo

---

 cpukit/sapi/include/confdefs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 7170bde..0abe450 100755
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -3523,7 +3523,7 @@ extern rtems_initialization_tasks_table Initialization_tasks[];
 #endif
 
 #ifdef CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS
-  #warning "The CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTOR configuration option is obsolete!"
+  #warning "The CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS configuration option is obsolete!"
 #endif
 
 /*




More information about the vc mailing list