[libc++] Fix the header guard from _LIBCPP_STEAMBUF to _LIBCPP_STREAMBUF.
authorArthur O'Dwyer <arthur.j.odwyer@gmail.com>
Sun, 4 Apr 2021 21:39:50 +0000 (17:39 -0400)
committerArthur O'Dwyer <arthur.j.odwyer@gmail.com>
Sun, 4 Apr 2021 21:39:50 +0000 (17:39 -0400)
libcxx/include/streambuf

index 0dfa314..6cdbdb7 100644 (file)
@@ -7,8 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef _LIBCPP_STEAMBUF
-#define _LIBCPP_STEAMBUF
+#ifndef _LIBCPP_STREAMBUF
+#define _LIBCPP_STREAMBUF
 
 /*
     streambuf synopsis
@@ -495,4 +495,4 @@ _LIBCPP_END_NAMESPACE_STD
 
 _LIBCPP_POP_MACROS
 
-#endif  // _LIBCPP_STEAMBUF
+#endif  // _LIBCPP_STREAMBUF