Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Ronan Keryell <ronan.keryell@amd.com>
  • Loading branch information
MathiasMagnus and keryell authored Nov 7, 2023
1 parent 207081b commit 582ddd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,4 @@ std::string read_exe_relative_text_file(
cl_int* const error = nullptr);
```
These functions read a text file into memory, where `filename` is evaluated relative to the executable currently running. The C-version contains a terminating null and takes an optional pointer to `length` by which the length my be returned, potentially saving a subsequent call to `strlen`. The function hands ownership of the allocated storage to the caller.
These functions read a text file into memory, where `filename` is evaluated relative to the executable currently running. The C-version contains a terminating null and takes an optional pointer to `length` by which the length will be returned, potentially saving a subsequent call to `strlen`. The function hands ownership of the allocated storage to the caller.

0 comments on commit 582ddd5

Please sign in to comment.