fix stupid type-o

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@125311 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/type_traits b/include/type_traits
index 6461151..e1cd1e1 100644
--- a/include/type_traits
+++ b/include/type_traits
@@ -709,7 +709,7 @@
 
 // is_base_of
 
-#ifdef __has_feature(is_base_of)
+#if __has_feature(is_base_of)
 
 template <class _Bp, class _Dp>
 struct _LIBCPP_VISIBLE is_base_of