Fixed a typo

This commit is contained in:
Benoit Steiner 2016-09-02 15:41:17 -07:00
parent cadd124d73
commit 373c340b71

View File

@ -15,7 +15,7 @@
#if defined __NVCC__
// Don't reenable the diagnostic messages, as it turns out these messages need
// to be disabled at the point of the template instantiation (i.e the user code)
// otherwise they'll be triggeredby nvcc.
// otherwise they'll be triggered by nvcc.
// #pragma diag_default code_is_unreachable
// #pragma diag_default initialization_not_reachable
// #pragma diag_default 2651