Skip to content

Commit f2d5321

Browse files
committed
GPU: fix typo
1 parent 7f5a28a commit f2d5321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GPU/Common/GPUCommonTypeTraits.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ struct conditional<false, T, F> {
3333
typedef F type;
3434
};
3535
template <bool B, class T, class F>
36-
using contitional_t = typename conditional<B, T, F>::type;
36+
using conditional_t = typename conditional<B, T, F>::type;
3737

3838
template <class T, class U>
3939
struct is_same {

0 commit comments

Comments
 (0)