summaryrefslogtreecommitdiff
path: root/nuttx/lib
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-20 14:12:52 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-20 14:12:52 +0000
commit2c6eb1d98e93b702ab5fe8dbfd69b9ed95d79843 (patch)
tree082db98ee6eb57d6da6ba9c3bf8ad630efbfbe4f /nuttx/lib
parentfb0960f36c48d3dc2e21d3f5193788f23b6bfa48 (diff)
downloadpx4-nuttx-2c6eb1d98e93b702ab5fe8dbfd69b9ed95d79843.tar.gz
px4-nuttx-2c6eb1d98e93b702ab5fe8dbfd69b9ed95d79843.tar.bz2
px4-nuttx-2c6eb1d98e93b702ab5fe8dbfd69b9ed95d79843.zip
Rename uptime to UTC
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3528 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/lib')
-rw-r--r--nuttx/lib/time/lib_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/lib/time/lib_time.c b/nuttx/lib/time/lib_time.c
index 6900791a7..0ddd7993f 100644
--- a/nuttx/lib/time/lib_time.c
+++ b/nuttx/lib/time/lib_time.c
@@ -89,7 +89,7 @@ time_t time(time_t *tloc)
struct timeval tp;
int ret;
- /* Get the current uptime from the system */
+ /* Get the current time from the system */
ret = gettimeofday(&tp, NULL);
if (ret == OK)