Skip to content

Commit 8496958

Browse files
committed
fix typo in copied include file
1 parent e951a88 commit 8496958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/arduino/util/atomic.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ static __inline__ void __iRestore(const uint8_t *__s)
9191
set to either \c c99 or \c gnu99.
9292
9393
The macros in this header file deal with code blocks that are
94-
guaranteed to be excuted Atomically or Non-Atmomically. The term
94+
guaranteed to be executed Atomically or Non-Atmomically. The term
9595
"Atomic" in this context refers to the unability of the respective
9696
code to be interrupted.
9797

0 commit comments

Comments
 (0)