summaryrefslogtreecommitdiff
path: root/nuttx/lib
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-07 21:55:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-07 21:55:16 +0000
commit7e820ce03b73b1fd1620c810afb2c9a3c8e3fda9 (patch)
treec063eccd1f7f19020f6867c5adb8d7b75aa42620 /nuttx/lib
parentb4ee6ba758d5582b6b6eb69c4cf4beaa955c5cf1 (diff)
downloadpx4-nuttx-7e820ce03b73b1fd1620c810afb2c9a3c8e3fda9.tar.gz
px4-nuttx-7e820ce03b73b1fd1620c810afb2c9a3c8e3fda9.tar.bz2
px4-nuttx-7e820ce03b73b1fd1620c810afb2c9a3c8e3fda9.zip
Fix some typos in comments
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3752 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/lib')
-rw-r--r--nuttx/lib/time/lib_time.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/lib/time/lib_time.c b/nuttx/lib/time/lib_time.c
index 0ddd7993f..02853132b 100644
--- a/nuttx/lib/time/lib_time.c
+++ b/nuttx/lib/time/lib_time.c
@@ -100,8 +100,9 @@ time_t time(time_t *tloc)
{
*tloc = tp.tv_sec;
}
+
return tp.tv_sec;
- }
+ }
return (time_t)ERROR;
}