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:48 +00:00
parent b0ceb59bc4
commit 4b164e4f0a
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>
PR 1714/doc

View File

@@ -98,7 +98,7 @@ an object name:
#include <rtems.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 *result;