mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 22:46:56 +00:00
Replace "four bytes" with "two bytes" in macro documentation
When writing the documentation 4 bytes was written instead of 2 for MBEDTLS_UINT16_LE Signed-off-by: Joe Subbiani <joe.subbiani@arm.com>
This commit is contained in:
parent
6350d3a0dd
commit
5b96e67ea1
|
@ -154,12 +154,12 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the unsigned 16 bits integer corresponding to four bytes in
|
* Get the unsigned 16 bits integer corresponding to two bytes in
|
||||||
* little-endian order (LSB first).
|
* little-endian order (LSB first).
|
||||||
*
|
*
|
||||||
* \param data Base address of the memory to get the four bytes from.
|
* \param data Base address of the memory to get the two bytes from.
|
||||||
* \param offset Offset from \p base of the first and least significant
|
* \param offset Offset from \p base of the first and least significant
|
||||||
* byte of the four bytes to build the 16 bits unsigned
|
* byte of the two bytes to build the 16 bits unsigned
|
||||||
* integer from.
|
* integer from.
|
||||||
*/
|
*/
|
||||||
#ifndef MBEDTLS_GET_UINT16_LE
|
#ifndef MBEDTLS_GET_UINT16_LE
|
||||||
|
|
Loading…
Reference in a new issue