small typo

This commit is contained in:
Malte Münch
2018-11-08 10:49:43 +01:00
committed by Sebastian Huber
parent ea8cf79fb7
commit 795dfaacfe

View File

@@ -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__