summaryrefslogtreecommitdiff
path: root/nuttx/lib/lib_libvsprintf.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-28 14:24:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-28 14:24:48 +0000
commitb6681e826340e0aa52e5dd92f51858efdd6c80ed (patch)
tree1b7d2acf0478be6ce0ca565c200554763b6eff07 /nuttx/lib/lib_libvsprintf.c
parent2b0392f6dcab1ffe6340f6bf5d80625a4147c9c6 (diff)
downloadpx4-nuttx-b6681e826340e0aa52e5dd92f51858efdd6c80ed.tar.gz
px4-nuttx-b6681e826340e0aa52e5dd92f51858efdd6c80ed.tar.bz2
px4-nuttx-b6681e826340e0aa52e5dd92f51858efdd6c80ed.zip
cosmetic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1535 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/lib/lib_libvsprintf.c')
-rw-r--r--nuttx/lib/lib_libvsprintf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/lib/lib_libvsprintf.c b/nuttx/lib/lib_libvsprintf.c
index d71d0c5b4..ac3abc88e 100644
--- a/nuttx/lib/lib_libvsprintf.c
+++ b/nuttx/lib/lib_libvsprintf.c
@@ -1,7 +1,7 @@
/****************************************************************************
* lib_libvsprintf.c
*
- * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2008, 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -331,7 +331,7 @@ static void utobin(FAR struct lib_stream_s *obj, unsigned int n)
}
/****************************************************************************
- * Name: lutoascii
+ * Name: utoascii
****************************************************************************/
static void utoascii(FAR struct lib_stream_s *obj, ubyte fmt, ubyte flags, unsigned int n)