Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Sep 4, 2023
1 parent e5529a8 commit 0bb1669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/include/kvikio/stream.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace kvikio {
* This class shouldn't be used directly, instead some stream operations such as
* `FileHandle.read_async` and `FileHandle.write_async` returns an instance of this class. Use
* `.check_bytes_done()` to synchronize the associated CUDA stream and return the number of bytes
* precessed by the operation.
* read or written by the operation.
*/
class StreamFuture {
public:
Expand Down Expand Up @@ -117,7 +117,7 @@ class StreamFuture {
}

/**
* @brief Return the number of bytes precessed by the future operation.
* @brief Return the number of bytes read or written by the future operation.
*
* Synchronize the associated CUDA stream.
*
Expand Down

0 comments on commit 0bb1669

Please sign in to comment.