From 71a5f857e1748001631ea8b6abc8afa62d37e198 Mon Sep 17 00:00:00 2001 From: Kevin Bracey Date: Mon, 12 Aug 2019 16:06:41 +0300 Subject: [PATCH] Fix cxxsupport/README.md typo --- platform/cxxsupport/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/cxxsupport/README.md b/platform/cxxsupport/README.md index d35a71248a..6f811cbac5 100644 --- a/platform/cxxsupport/README.md +++ b/platform/cxxsupport/README.md @@ -16,7 +16,7 @@ Omissions are: User code should normally be able to include C++14 headers and get most expected functionality. (But bear in mind that many C++ library features like streams and STL containers are quite heavy and may -not be appropriate for small embnedded use). +not be appropriate for small embedded use). However, ARM C 5 has only C++11 language support (at least a large subset), and no C++11/14 library. For the headers that are totally new in C++11,