mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 06:25:09 +00:00
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
1 changed files with 2 additions and 1 deletions
|
|
@ -100,8 +100,9 @@ time_t time(time_t *tloc)
|
|||
{
|
||||
*tloc = tp.tv_sec;
|
||||
}
|
||||
|
||||
return tp.tv_sec;
|
||||
}
|
||||
}
|
||||
|
||||
return (time_t)ERROR;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue