From 0badd509301ae5496c51b7bec9d0c13d846b728e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 11 Nov 2010 14:01:32 +0000 Subject: 2010-11-11 Joel Sherrill PR 1716/doc * user/concepts.t: print_name example used a variable which did not match the name of the passed in parameter. --- doc/ChangeLog | 6 ++++++ doc/user/concepts.t | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index e400486332..7cd78912b6 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2010-11-11 Joel Sherrill + + PR 1716/doc + * user/concepts.t: print_name example used a variable which did not + match the name of the passed in parameter. + 2010-11-01 Joel Sherrill PR 1714/doc diff --git a/doc/user/concepts.t b/doc/user/concepts.t index d26f099c32..affdae8908 100644 --- a/doc/user/concepts.t +++ b/doc/user/concepts.t @@ -98,7 +98,7 @@ an object name: #include #include -void print_name(rtems_id the_object) +void print_name(rtems_id id) @{ char buffer[10]; /* name assumed to be 10 characters or less */ char *result; -- cgit v1.2.3