summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/basedefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/basedefs.h')
-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__