Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Nov 14, 2021
1 parent f74d5c4 commit 328c908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/array_interface.cu
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ bool ArrayInterfaceHandler::IsCudaPtr(void const* ptr) {
}
return true;
} else {
// other errors, no `cudaErrorNoDevice`, `cudaErrorInsufficientDriver` etc.
// other errors, `cudaErrorNoDevice`, `cudaErrorInsufficientDriver` etc.
return false;
}
}
Expand Down

0 comments on commit 328c908

Please sign in to comment.