From c2f26f0d5e273e40eeaaf236d969d21b635f19fc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 26 Jul 2011 14:13:33 +0000 Subject: 2011-07-26 Joel Sherrill PR 1851/doc * user/conf.t: Fix typo in CONFIGURE_MESSAGE_BUFFER_MEMORY example. --- doc/ChangeLog | 5 +++++ doc/user/conf.t | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index 2f448d2478..75e890c3a5 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2011-07-26 Joel Sherrill + + PR 1851/doc + * user/conf.t: Fix typo in CONFIGURE_MESSAGE_BUFFER_MEMORY example. + 2011-03-04 Joel Sherrill PR 1744/doc diff --git a/doc/user/conf.t b/doc/user/conf.t index 00571dc33d..eb06be06cb 100644 --- a/doc/user/conf.t +++ b/doc/user/conf.t @@ -328,7 +328,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( \ -- cgit v1.2.3