Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt committed Mar 19, 2021
1 parent 12538a7 commit 9323b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rp2_common/hardware_flash/include/hardware/flash.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void flash_get_unique_id(uint8_t *id_out);
*
* Execute a bidirectional command to the flash. Bytes are simultaneously
* transmitted and received. Therefore, both buffers must be the same length,
* count, which is the lenght of the overall transaction. This is useful for
* count, which is the length of the overall transaction. This is useful for
* reading metadata from the flash chip. Do *NOT* use it to mutate the data
* stored on the flash because it will not flush the cache.
*
Expand Down

0 comments on commit 9323b67

Please sign in to comment.