diff options
author | Tony Butler <spudz76@gmail.com> | 2018-04-05 23:30:19 -0600 |
---|---|---|
committer | Tony Butler <spudz76@gmail.com> | 2018-04-05 23:30:19 -0600 |
commit | 5fd4520afa4dd824676f9e24e3f3c771687a6a39 (patch) | |
tree | 6a0fd3177eddc9bdf3e3b5b76dae1fb736c6193f /xmrstak/backend/nvidia/nvcc_code | |
parent | 75ae1dd60165141700c36ab699656e9e073e186d (diff) | |
download | xmr-stak-5fd4520afa4dd824676f9e24e3f3c771687a6a39.zip xmr-stak-5fd4520afa4dd824676f9e24e3f3c771687a6a39.tar.gz |
Repair more typos in comments only
Diffstat (limited to 'xmrstak/backend/nvidia/nvcc_code')
-rw-r--r-- | xmrstak/backend/nvidia/nvcc_code/cuda_extra.cu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmrstak/backend/nvidia/nvcc_code/cuda_extra.cu b/xmrstak/backend/nvidia/nvcc_code/cuda_extra.cu index 02c157e..ead93c5 100644 --- a/xmrstak/backend/nvidia/nvcc_code/cuda_extra.cu +++ b/xmrstak/backend/nvidia/nvcc_code/cuda_extra.cu @@ -458,7 +458,7 @@ extern "C" int cuda_get_deviceinfo(nvid_ctx* ctx) #undef XMRSTAK_PP_TOSTRING1 std::stringstream ss(archStringList); - //transform string list sperated with `+` into a vector of integers + //transform string list separated with `+` into a vector of integers int tmpArch; while ( ss >> tmpArch ) arch.push_back( tmpArch ); @@ -492,7 +492,7 @@ extern "C" int cuda_get_deviceinfo(nvid_ctx* ctx) } } - // set all evice option those marked as auto (-1) to a valid value + // set all device option those marked as auto (-1) to a valid value if(ctx->device_blocks == -1) { /* good values based of my experience |