From 52e613351a71a9aa8cf9dcda553e0811968497e8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 10 Nov 2012 16:34:46 +0000 Subject: OK.. I think the directory has been recovered and renamed git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5331 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/libc/stdio/lib_vsprintf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/libc/stdio/lib_vsprintf.c') diff --git a/nuttx/libc/stdio/lib_vsprintf.c b/nuttx/libc/stdio/lib_vsprintf.c index 5db46664e..b6d80808f 100644 --- a/nuttx/libc/stdio/lib_vsprintf.c +++ b/nuttx/libc/stdio/lib_vsprintf.c @@ -1,5 +1,5 @@ /**************************************************************************** - * lib/stdio/lib_vsprintf.c + * libc/stdio/lib_vsprintf.c * * Copyright (C) 2007-2009, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt @@ -84,7 +84,7 @@ int vsprintf(FAR char *dest, const char *src, va_list ap) struct lib_memoutstream_s memoutstream; /* Wrap the destination buffer in a stream object and let - * lib/stdio/lib_vsprintf do the work. + * libc/stdio/lib_vsprintf do the work. */ lib_memoutstream((FAR struct lib_memoutstream_s *)&memoutstream, dest, LIB_BUFLEN_UNKNOWN); -- cgit v1.2.3