libs: Fix typos (found by codespell)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil
2016-04-13 16:05:03 +02:00
parent f9f3a364b9
commit d9c37187e6
7 changed files with 7 additions and 7 deletions
@@ -142,7 +142,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
+mraa_mtk_linkit_mmap_unsetup()
+{
+ if (mmap_reg == NULL) {
+ syslog(LOG_ERR, "linkit mmap: null register cant unsetup");
+ syslog(LOG_ERR, "linkit mmap: null register can't unsetup");
+ return MRAA_ERROR_INVALID_RESOURCE;
+ }
+ munmap(mmap_reg, mmap_size);