summaryrefslogtreecommitdiffstats
path: root/doc/user/userext.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/userext.t')
-rw-r--r--doc/user/userext.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/userext.t b/doc/user/userext.t
index 2a6fad440a..fbcb93b0cd 100644
--- a/doc/user/userext.t
+++ b/doc/user/userext.t
@@ -465,7 +465,7 @@ This extension should have a prototype similar to the following:
@example
rtems_extension user_fatal_error(
Internal_errors_Source the_source,
- rtems_boolean is_internal,
+ bool is_internal,
uint32_t the_error
);
@end example