summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/user/conf.t2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 738c0ef396..18f0074a53 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-26 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ PR 1851/doc
+ * user/conf.t: Fix typo in CONFIGURE_MESSAGE_BUFFER_MEMORY example.
+
2011-07-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
* user/mp.t: Avoid obsolete notation.
diff --git a/doc/user/conf.t b/doc/user/conf.t
index a8d5d45722..5a725d2317 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -329,7 +329,7 @@ by the type @code{other_message_type}.
@example
-#define CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE \
+#define CONFIGURE_MESSAGE_BUFFER_MEMORY \
(CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE( \
24, sizeof(one_message_type) + \
CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE( \