summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
authorMarçal Comajoan Cara <mcomajoancara@gmail.com>2018-12-04 23:05:10 +0100
committerJoel Sherrill <joel@rtems.org>2018-12-04 16:27:47 -0600
commit99de42c62eda02c1942380fcfed8ade899bdfe7c (patch)
treeea9cba1acc7e01f51df6cead20a64fc36d354a42 /testsuites/sptests
parentSpelling and grammar fixes in source code comments (GCI 2018) (diff)
downloadrtems-99de42c62eda02c1942380fcfed8ade899bdfe7c.tar.bz2
Capitalize Rtems to RTEMS
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/spfatal_support/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/spfatal_support/init.c b/testsuites/sptests/spfatal_support/init.c
index f9b2ed37c1..f8d7225954 100644
--- a/testsuites/sptests/spfatal_support/init.c
+++ b/testsuites/sptests/spfatal_support/init.c
@@ -43,7 +43,7 @@ void Put_Error( uint32_t source, uint32_t error )
}
else if (source == INTERNAL_ERROR_RTEMS_API ){
if (error > RTEMS_NOT_IMPLEMENTED )
- printk("Unknown Internal Rtems Error (0x%08" PRIx32 ")", error);
+ printk("Unknown Internal RTEMS Error (0x%08" PRIx32 ")", error);
else
printk( "%s", rtems_status_text( error ) );
}