[rtems commit] small typo

Sebastian Huber sebh at rtems.org
Thu Nov 8 11:02:37 UTC 2018


Module:    rtems
Branch:    master
Commit:    795dfaacfef34bf5c847501fdf3c805b2e8a2cf1
Changeset: http://git.rtems.org/rtems/commit/?id=795dfaacfef34bf5c847501fdf3c805b2e8a2cf1

Author:    Malte Münch <mamu at stablerock.de>
Date:      Thu Nov  8 10:49:43 2018 +0100

small typo

---

 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 5e425ce..43b837c 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__




More information about the vc mailing list