Skip to content

Commit

Permalink
Merge pull request microsoft#44 from lurch/patch-1
Browse files Browse the repository at this point in the history
Small grammar fix in README
  • Loading branch information
mmoskal committed Apr 27, 2021
2 parents 92405ec + d5ff25a commit bca0ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Typical writing procedure is as follows:
* make sure that `targetAddr < fileSize` and that `fileSize` isn't out of reasonable range
* write `0x00` at `data[475]` to ensure NUL termination of file name
* read file name from `&data[payloadSize]`; perform any mapping on the file name
* create a directory where the file is to be written if doesn't exists
* create a directory where the file is to be written if it doesn't exist
* open the file for writing
* truncate the file to `fileSize`
* seek `targetAddr`
Expand Down

0 comments on commit bca0ee3

Please sign in to comment.