summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-26 14:13:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-26 14:13:43 +0000
commit1cf9e3827637c31eda4924ce12a89d77db3e7568 (patch)
tree2d3aa0e278170526d6cc8623a0d348d3aa646025
parentUpgrade to 4.9.6 (diff)
downloadrtems-1cf9e3827637c31eda4924ce12a89d77db3e7568.tar.bz2
2011-07-26 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1851/doc * user/conf.t: Fix typo in CONFIGURE_MESSAGE_BUFFER_MEMORY example.
-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 ceba57268c..ad1fd255dc 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-02-09 Joel Sherrill <joel.sherrilL@OARcorp.com>
* setup.def, common/cpright.texi: Update dates.
diff --git a/doc/user/conf.t b/doc/user/conf.t
index 23d8f2186c..0c46abe9e1 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -301,7 +301,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( \