Skip to content

Commit 6fb240a

Browse files
committed
Fix typos indentified by codespell
1 parent 4379a6b commit 6fb240a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mkl_umath/src/blocking_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
#include "numpy/arrayobject.h"
2929

30-
/* Adapated from NumPy's source code.
30+
/* Adapted from NumPy's source code.
3131
* https://github.com/numpy/numpy/blob/main/LICENSE.txt */
3232

3333
/*

mkl_umath/src/fast_loop_macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
#define NPY_ASSUME_ALIGNED(p, b)
5252
#endif
5353

54-
/* Adapated from NumPy's source code.
54+
/* Adapted from NumPy's source code.
5555
* https://github.com/numpy/numpy/blob/main/LICENSE.txt */
5656

5757
/**

mkl_umath/src/mkl_umath_loops.c.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
#define USE_NUMPY_2
4949
#endif
5050

51-
/* Adapated from NumPy's source code.
51+
/* Adapted from NumPy's source code.
5252
* https://github.com/numpy/numpy/blob/main/LICENSE.txt */
5353

5454
/*

0 commit comments

Comments
 (0)