1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/hashes: fix typos

This commit is contained in:
Kaspar Schleiser 2019-10-23 21:16:22 +02:00
parent caa3f9cf0d
commit ec8a4ba3c2

View File

@ -40,7 +40,7 @@
The drawbacks of this implementation are:
- There is no message queue. The whole message must be ready in a buffer.
- It is not optimized for peformance.
- It is not optimized for performance.
The implementation is even simpler on a little endian platform. Just define the
LITTLE_ENDIAN symbol in that case.