libs/libc/dllfcn: Implement dlerror using strerror.

This commit is contained in:
Xiang Xiao
2019-01-26 11:39:05 -06:00
committed by Gregory Nutt
parent b7f958a02e
commit 9e2238f6cd
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ FAR const void *modsym(FAR void *handle, FAR const char *name)
goto errout_with_lock;
}
/* Return the address within the module assoicated with the symbol */
/* Return the address within the module associated with the symbol */
modlib_registry_unlock();
DEBUGASSERT(symbol->sym_value != NULL);