Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vuule committed Feb 20, 2025
1 parent 0015924 commit aca9233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/include/cudf/io/datasource.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class datasource {
*
* This function initiates an asynchronous read operation that reads `size` bytes of data
* starting from the given `offset` in the datasource. Depending on the concrete datasource
* implementaiton, the read operation may be deferred until the returned future is waited upon.
* implementation, the read operation may be deferred until the returned future is waited upon.
*
* @param offset The starting position in the datasource from which to read.
* @param size The number of bytes to read from the datasource.
Expand All @@ -199,7 +199,7 @@ class datasource {
*
* This function initiates an asynchronous read operation from the data source starting at the
* specified offset and reads the specified number of bytes into the destination buffer. Depending
* on the concrete datasource implementaiton, the read operation may be deferred and will be
* on the concrete datasource implementation, the read operation may be deferred and will be
* executed when the returned future is waited upon.
*
* @param offset The starting position in the data source from which to read.
Expand Down

0 comments on commit aca9233

Please sign in to comment.