Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Co-authored-by: Lawrence Mitchell <wence@gmx.li>
  • Loading branch information
madsbk and wence- authored Aug 21, 2023
1 parent 3b883bb commit ed22eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/include/kvikio/file_handle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -555,8 +555,8 @@ class FileHandle {
* @param devPtr_base Base address of buffer in device memory. For registered buffers,
* `devPtr_base` must remain set to the base address used in the `buffer_register` call.
* @param size Size in bytes to write.
* @param file_offset Offset in the file to write from.
* @param devPtr_offset Offset relative to the `devPtr_base` pointer to write into.
* @param file_offset Offset in the file to write at.
* @param devPtr_offset Offset relative to the `devPtr_base` pointer to write from.
* This parameter should be used only with registered buffers.
* @param bytes_written number of bytes that were successfully written.
* @param stream associated stream for this I/O.
Expand Down

0 comments on commit ed22eb8

Please sign in to comment.