From 4bf2eeec797de1c158143d33c572ef38e6ccc015 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 15 Nov 2011 16:44:45 +0000 Subject: Add support for more FAT partitions; support for SD cards greater than 4Gb; TSC2007 touchscreen driver improvements git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4092 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/arm/src/armv7-m/up_svcall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/arch/arm/src/armv7-m') diff --git a/nuttx/arch/arm/src/armv7-m/up_svcall.c b/nuttx/arch/arm/src/armv7-m/up_svcall.c index af00a28c1..248f1fb48 100644 --- a/nuttx/arch/arm/src/armv7-m/up_svcall.c +++ b/nuttx/arch/arm/src/armv7-m/up_svcall.c @@ -202,7 +202,7 @@ static inline void dispatch_syscall(uint32_t *regs) #endif } - /* Set up the return vaue. First, check if a context switch occurred. + /* Set up the return value. First, check if a context switch occurred. * In this case, regs will no longer be the same as current_regs. In * the case of a context switch, we will have to save the return value * in the TCB where it can be returned later when the task is restarted. -- cgit v1.2.3