diff --git a/java/src/main/native/src/RmmJni.cpp b/java/src/main/native/src/RmmJni.cpp index 361c17db92c..2b4c5ae59f5 100644 --- a/java/src/main/native/src/RmmJni.cpp +++ b/java/src/main/native/src/RmmJni.cpp @@ -255,7 +255,7 @@ class java_event_handler_memory_resource final : public device_memory_resource { void *do_allocate(std::size_t num_bytes, rmm::cuda_stream_view stream) override { std::size_t total_before; void *result; - // a positive retry_count signifies that the `on_alloc_fail` + // a non-zero retry_count signifies that the `on_alloc_fail` // callback is being invoked while re-attempting an allocation // that had previously failed. int retry_count = 0;