File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ class __promote : public __promote_imp<_A1, _A2, _A3> {};
448
448
} // namespace __hip
449
449
450
450
// __HIP_OVERLOAD1 is used to resolve function calls with integer argument to
451
- // avoid compilation error due to ambibuity . e.g. floor(5) is resolved with
451
+ // avoid compilation error due to ambiguity . e.g. floor(5) is resolved with
452
452
// floor(double).
453
453
#define __HIP_OVERLOAD1 (__retty, __fn ) \
454
454
template <typename __T> \
@@ -459,7 +459,7 @@ class __promote : public __promote_imp<_A1, _A2, _A3> {};
459
459
}
460
460
461
461
// __HIP_OVERLOAD2 is used to resolve function calls with mixed float/double
462
- // or integer argument to avoid compilation error due to ambibuity . e.g.
462
+ // or integer argument to avoid compilation error due to ambiguity . e.g.
463
463
// max(5.0f, 6.0) is resolved with max(double, double).
464
464
#if __cplusplus >= 201103L
465
465
#define __HIP_OVERLOAD2 (__retty, __fn ) \
You can’t perform that action at this time.
0 commit comments