Skip to content

Commit 53c1211

Browse files
committed
fixed a typo in cpuaff.hpp
1 parent 2e3ee73 commit 53c1211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cpuaff/cpuaff.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ typedef impl::basic_native_cpu_mapper< traits > native_cpu_mapper;
8989
* native_cpu_wrapper is a wrapper for the native representation of cpus.
9090
* It is comparable with < so that it can be used as a key in maps.
9191
*/
92-
typedef traits::native_cpu_mapper_type native_cpu_mapper;
92+
typedef traits::native_cpu_wrapper_type native_cpu_wrapper;
9393

9494
/*!
9595
* A set that can hold unique cpus.

0 commit comments

Comments
 (0)