[rtems commit] config: Fix typo
Sebastian Huber
sebh at rtems.org
Tue Apr 14 14:30:12 UTC 2020
Module: rtems
Branch: master
Commit: 4f32722e33a2a8aa38f0c0ef79d989017334ab62
Changeset: http://git.rtems.org/rtems/commit/?id=4f32722e33a2a8aa38f0c0ef79d989017334ab62
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Tue Apr 14 16:29:52 2020 +0200
config: Fix typo
Update #3875.
---
cpukit/include/rtems/confdefs/obsolete.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpukit/include/rtems/confdefs/obsolete.h b/cpukit/include/rtems/confdefs/obsolete.h
index 4e85fb6..00c6e26 100644
--- a/cpukit/include/rtems/confdefs/obsolete.h
+++ b/cpukit/include/rtems/confdefs/obsolete.h
@@ -102,7 +102,7 @@
#endif
#ifdef CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE
- #error "The CONFIGURE_HAS_OWN_MOUNT_TABLE configuration option is obsolete since RTEMS 5.1"
+ #error "The CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE configuration option is obsolete since RTEMS 5.1"
#endif
#ifdef CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS
More information about the vc
mailing list