Fix all occurrences of "the the" in documentation and comments

This commit is contained in:
Gregory Nutt
2013-08-27 09:40:19 -06:00
parent c5802dd5a0
commit bc46b447dc
148 changed files with 322 additions and 320 deletions
+1 -1
View File
@@ -58,7 +58,7 @@
* stream is at the end of file.
*
* Returned Value:
* This function will return non-zero if the the file pointer is positioned
* This function will return non-zero if the file pointer is positioned
* at the end of file.
*
****************************************************************************/
+1 -1
View File
@@ -108,7 +108,7 @@ static int findwidth(FAR const char *buf, FAR const char *fmt)
return strcspn(buf, spaces);
}
/* No.. Another possibility is the the format character is followed by
/* No.. Another possibility is the format character is followed by
* some recognizable delimiting value.
*/