Fix all naming resulting from moving move all file system tests from apps/examples/ to apps/testing/ (fstest, nxffs, smart, smart_test).

This commit is contained in:
Gregory Nutt
2019-01-24 14:55:44 -06:00
parent 079e9161f1
commit 8e55c1324a
8 changed files with 25 additions and 12 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ int nxsig_action(int signo, FAR const struct sigaction *act,
* sigqueue() except that it does not modify the errno value.
*
* Input Parameters:
* pid - Process ID of task to receive signal
* pid - Process ID of task to receive signal
* signo - Signal number
* value - Value to pass to task with signal
*