Skip to content

Commit b0edd7a

Browse files
author
Amanda Butler
authored
Update note in crc.md
Update note to make subject plural.
1 parent 6f51a82 commit b0edd7a

File tree

1 file changed

+1
-1
lines changed
  • docs/reference/contributing/target

1 file changed

+1
-1
lines changed

docs/reference/contributing/target/crc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The hardware CRC HAL API provides a low-level interface to the hardware CRC module of a target platform. Implementing the hardware CRC API allows you to gain the performance benefits of using hardware acceleration for CRC calculations. For platforms without hardware CRC capabilities, the API falls back to using the table and bitwise CRC implementations.
44

5-
<span class="notes">**Note:** The hardware CRC API is not thread safe.</span>
5+
<span class="notes">**Note:** The hardware CRC APIs are not thread safe.</span>
66

77
#### Assumptions
88

0 commit comments

Comments
 (0)