[PATCH] small typo
Malte Münch
mamu at stablerock.de
Thu Nov 8 09:49:43 UTC 2018
---
cpukit/include/rtems/score/basedefs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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__
--
2.19.1
More information about the devel
mailing list