Skip to content

Commit 9657d19

Browse files
committed
Update struct_smart_holder.h
1 parent 244dd73 commit 9657d19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/pybind11/detail/struct_smart_holder.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ High-level aspects:
5959
#include <utility>
6060

6161
// IMPORTANT: This code block must stay BELOW the #include <stdexcept> above.
62-
// This is only requried on some builds with libc++ (one of three implementations
62+
// This is only required on some builds with libc++ (one of three implementations
6363
// in
6464
// https://github.com/llvm/llvm-project/blob/a9b64bb3180dab6d28bf800a641f9a9ad54d2c0c/libcxx/include/typeinfo#L271-L276
65-
// requiere it)
65+
// require it)
6666
#if !defined(PYBIND11_EXPORT_GUARDED_DELETE)
6767
# if defined(_LIBCPP_VERSION) && !defined(WIN32) && !defined(_WIN32)
6868
# define PYBIND11_EXPORT_GUARDED_DELETE __attribute__((visibility("default")))

0 commit comments

Comments
 (0)