diff options
| author | Yulv-git <yulvchi@qq.com> | 2022-05-14 21:12:40 +0800 |
|---|---|---|
| committer | Yulv-git <yulvchi@qq.com> | 2022-05-14 21:12:40 +0800 |
| commit | 7332a698c8194c6e680510da086678fe07d9cf9d (patch) | |
| tree | 3f7db21397cc5f0e657d29e891b412fa297b7a0a /numpy/core/src/common | |
| parent | cfbbde8ae720ba4fc653aabe64f9acc3d4c48183 (diff) | |
| download | numpy-7332a698c8194c6e680510da086678fe07d9cf9d.tar.gz | |
Fix some typos.
Diffstat (limited to 'numpy/core/src/common')
| -rw-r--r-- | numpy/core/src/common/npy_cpu_features.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/core/src/common/npy_cpu_features.h b/numpy/core/src/common/npy_cpu_features.h index 3d5f2e75c..96c543e70 100644 --- a/numpy/core/src/common/npy_cpu_features.h +++ b/numpy/core/src/common/npy_cpu_features.h @@ -137,7 +137,7 @@ npy_cpu_features_dict(void); * that supported by the compiler and platform according to the specified * values to command argument '--cpu-baseline'. * - * This function is mainly used to implement umath's attrbute '__cpu_baseline__', + * This function is mainly used to implement umath's attribute '__cpu_baseline__', * and the items are sorted from the lowest to highest interest. * * For example, according to the default build configuration and by assuming the compiler @@ -159,7 +159,7 @@ npy_cpu_baseline_list(void); * that supported by the compiler and platform according to the specified * values to command argument '--cpu-dispatch'. * - * This function is mainly used to implement umath's attrbute '__cpu_dispatch__', + * This function is mainly used to implement umath's attribute '__cpu_dispatch__', * and the items are sorted from the lowest to highest interest. * * For example, according to the default build configuration and by assuming the compiler |
