[libcxx-commits] [PATCH] D154252: correct misspelled _LIBCPP___TYPE_TRAITS_IS_EQUAILITY_COMPARABLE_H to _LIBCPP___TYPE_TRAITS_IS_EQUALITY_COMPARABLE_H

Amirreza Ashouri via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 30 12:56:54 PDT 2023


AMP999 updated this revision to Diff 536381.
AMP999 added a comment.

there was a misspelling on the last line too


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154252/new/

https://reviews.llvm.org/D154252

Files:
  libcxx/include/__type_traits/is_equality_comparable.h


Index: libcxx/include/__type_traits/is_equality_comparable.h
===================================================================
--- libcxx/include/__type_traits/is_equality_comparable.h
+++ libcxx/include/__type_traits/is_equality_comparable.h
@@ -6,8 +6,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef _LIBCPP___TYPE_TRAITS_IS_EQUAILITY_COMPARABLE_H
-#define _LIBCPP___TYPE_TRAITS_IS_EQUAILITY_COMPARABLE_H
+#ifndef _LIBCPP___TYPE_TRAITS_IS_EQUALITY_COMPARABLE_H
+#define _LIBCPP___TYPE_TRAITS_IS_EQUALITY_COMPARABLE_H
 
 #include <__config>
 #include <__type_traits/integral_constant.h>
@@ -75,4 +75,4 @@
 
 _LIBCPP_END_NAMESPACE_STD
 
-#endif // _LIBCPP___TYPE_TRAITS_IS_EQUAILITY_COMPARABLE_H
+#endif // _LIBCPP___TYPE_TRAITS_IS_EQUALITY_COMPARABLE_H


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154252.536381.patch
Type: text/x-patch
Size: 810 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230630/aa2e2c2c/attachment.bin>


More information about the libcxx-commits mailing list