From 265312a5be98d59e9758cc78c0f313920fa40016 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 29 Jan 2016 09:26:01 +0100 Subject: doc: Fix typo --- doc/user/concepts.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/user/concepts.t b/doc/user/concepts.t index eac6960957..183d3225ae 100644 --- a/doc/user/concepts.t +++ b/doc/user/concepts.t @@ -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 -- cgit v1.2.3