Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8496958

Browse filesBrowse files
committed
fix typo in copied include file
1 parent e951a88 commit 8496958
Copy full SHA for 8496958

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cpp/arduino/util/atomic.h

Copy file name to clipboardExpand all lines: cpp/arduino/util/atomic.h
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.