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:
parent
98f4235996
commit
4cd5ac4041
|
@ -100,8 +100,9 @@ time_t time(time_t *tloc)
|
|||
{
|
||||
*tloc = tp.tv_sec;
|
||||
}
|
||||
|
||||
return tp.tv_sec;
|
||||
}
|
||||
}
|
||||
|
||||
return (time_t)ERROR;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue