Merged in mjkoch/nuttx/mjkoch (pull request #841)

Correct a few tpyos

Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
Matthew Koch
2019-03-17 19:42:44 +00:00
committed by Gregory Nutt
parent 92554257b9
commit 1b325342f4
4 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ static int binfs_open(FAR struct file *filep, FAR const char *relpath,
index = builtin_isavail(relpath);
if (index < 0)
{
ferr("ERROR: Builting %s does not exist\n", relpath);
ferr("ERROR: Built-in %s does not exist\n", relpath);
return -ENOENT;
}