summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score
diff options
context:
space:
mode:
authorMalte Münch <mamu@stablerock.de>2018-11-08 10:49:43 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-08 12:02:08 +0100
commit795dfaacfef34bf5c847501fdf3c805b2e8a2cf1 (patch)
tree569f4b062fe73488b6b9272a9a5934b21c0e78f2 /cpukit/include/rtems/score
parentconfig: Move includes out of extern "C" scope (diff)
downloadrtems-795dfaacfef34bf5c847501fdf3c805b2e8a2cf1.tar.bz2
small typo
Diffstat (limited to 'cpukit/include/rtems/score')
-rw-r--r--cpukit/include/rtems/score/basedefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/include/rtems/score/basedefs.h b/cpukit/include/rtems/score/basedefs.h
index 5e425cedf0..43b837c22e 100644
--- a/cpukit/include/rtems/score/basedefs.h
+++ b/cpukit/include/rtems/score/basedefs.h
@@ -67,7 +67,7 @@
/**
* The following macro is a compiler specific way to ensure that memory
- * writes are not reordered around certian points. This specifically can
+ * writes are not reordered around certain points. This specifically can
* impact interrupt disable and thread dispatching critical sections.
*/
#ifdef __GNUC__