Fix some typos in comments

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3752 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-07-07 21:55:16 +00:00
parent 98f4235996
commit 4cd5ac4041
1 changed files with 2 additions and 1 deletions

View File

@ -100,8 +100,9 @@ time_t time(time_t *tloc)
{
*tloc = tp.tv_sec;
}
return tp.tv_sec;
}
}
return (time_t)ERROR;
}