Skip to content

Commit 71a5f85

Browse files
committed
Fix cxxsupport/README.md typo
1 parent f8dc035 commit 71a5f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/cxxsupport/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Omissions are:
1616
User code should normally be able to include C++14 headers and get
1717
most expected functionality. (But bear in mind that many C++ library
1818
features like streams and STL containers are quite heavy and may
19-
not be appropriate for small embnedded use).
19+
not be appropriate for small embedded use).
2020

2121
However, ARM C 5 has only C++11 language support (at least a large subset), and
2222
no C++11/14 library. For the headers that are totally new in C++11,

0 commit comments

Comments
 (0)