doc: Fix typo

This commit is contained in:
Sebastian Huber
2016-01-29 09:26:01 +01:00
parent 5d1acc532a
commit 265312a5be
+2 -2
View File
@@ -43,7 +43,7 @@ the executive.
@subsection Object Names
@cindex object name
@findex rtems_object_name
@findex rtems_name
An object name is an unsigned thirty-two bit entity
associated with the object by the user. The data type
@@ -60,7 +60,7 @@ The following example illustrates this:
@ifset is-C
@example
rtems_object_name my_name;
rtems_name my_name;
my_name = rtems_build_name( 'L', 'I', 'T', 'E' );
@end example