s/memset/memcpy/ - typo fix in documentation

This commit is contained in:
Alastair Hughes 2016-05-06 20:39:02 +12:00
parent ac8f0e2069
commit 21c6c12537
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ OPTIONAL DEFINES:
replacement. If not nuklear will use its own version.
NK_MEMCOPY
You can define this to 'memcpy' or your own memset implementation
You can define this to 'memcpy' or your own memcpy implementation
replacement. If not nuklear will use its own version.
NK_SQRT