We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e951a88 commit 8496958Copy full SHA for 8496958
cpp/arduino/util/atomic.h
@@ -91,7 +91,7 @@ static __inline__ void __iRestore(const uint8_t *__s)
91
set to either \c c99 or \c gnu99.
92
93
The macros in this header file deal with code blocks that are
94
- guaranteed to be excuted Atomically or Non-Atmomically. The term
+ guaranteed to be executed Atomically or Non-Atmomically. The term
95
"Atomic" in this context refers to the unability of the respective
96
code to be interrupted.
97
0 commit comments