From 757e384c854a474702d684110f0c5c4fb45bcf15 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 23 Feb 2011 02:08:33 +0000 Subject: [PATCH] Fix getopt bug git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3310 42af7a65-404d-4744-a932-0658087f49c3 --- configs/demo9s12ne64/src/up_boot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/demo9s12ne64/src/up_boot.c b/configs/demo9s12ne64/src/up_boot.c index 18bf2b7741..61313618ae 100755 --- a/configs/demo9s12ne64/src/up_boot.c +++ b/configs/demo9s12ne64/src/up_boot.c @@ -2,7 +2,7 @@ * configs/demo9s12ne64/src/up_boot.c * arch/arm/src/board/up_boot.c * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -62,7 +62,7 @@ * Name: hcs12_boardinitialize * * Description: - * All INCLUDE_HCS12_ARCH architectures must provide the following entry point. This entry point + * All HCS12 architectures must provide the following entry point. This entry point * is called early in the intitialization -- after all memory has been configured * and mapped but before any devices have been initialized. *