2010-11-11 Joel Sherrill <joel.sherrilL@OARcorp.com>

PR 1716/doc
	* user/concepts.t: print_name example used a variable which did not
	match the name of the passed in parameter.
This commit is contained in:
Joel Sherrill
2010-11-11 14:01:43 +00:00
parent b9803bdeae
commit 15d89e0500
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2010-11-11 Joel Sherrill <joel.sherrilL@OARcorp.com>
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 <joel.sherrilL@OARcorp.com> 2010-11-01 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1714/doc PR 1714/doc

View File

@@ -98,7 +98,7 @@ an object name:
#include <rtems.h> #include <rtems.h>
#include <rtems/bspIo.h> #include <rtems/bspIo.h>
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 buffer[10]; /* name assumed to be 10 characters or less */
char *result; char *result;