From b4a662a23b1bb8e31f9ce5632afba91a951290f7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 26 Jul 2011 14:13:20 +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 738c0ef396..18f0074a53 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-07-18 Sebastian Huber * 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( \ -- cgit v1.2.3