From b27229d64d01bdc72ebf2ebed5d24deecce05862 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 28 Feb 2009 14:24:48 +0000 Subject: [PATCH] cosmetic git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1535 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/examples/ostest/main.c | 3 ++- nuttx/include/nuttx/compiler.h | 2 +- nuttx/lib/lib_libvsprintf.c | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/nuttx/examples/ostest/main.c b/nuttx/examples/ostest/main.c index 5f7683be6..636d8af13 100644 --- a/nuttx/examples/ostest/main.c +++ b/nuttx/examples/ostest/main.c @@ -1,7 +1,7 @@ /**************************************************************************** * main.c * - * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. + * Copyright (C) 2007, 2008, 2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -499,5 +499,6 @@ int user_start(int argc, char *argv[]) printf("user_start: Started user_main at PID=%d\n", result); } + printf("user_start: Exitting\n"); return 0; } diff --git a/nuttx/include/nuttx/compiler.h b/nuttx/include/nuttx/compiler.h index f78f5c261..71d8dbe44 100644 --- a/nuttx/include/nuttx/compiler.h +++ b/nuttx/include/nuttx/compiler.h @@ -288,7 +288,7 @@ * The supported model is (1) all code on ROM, and (2) all data * and stacks in internal (far) RAM. * Z8Acclaim: In Z80 mode, all pointers are 16-bits. In ADL mode, all pointers - * and 24 bits. + * are 24 bits. */ # if defined(__ZNEO__) 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 * * 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)