From cdfc549cd4c7e0e67660445fa992c01dd8c519f4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 15 Nov 2011 16:44:45 +0000 Subject: [PATCH] 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 --- arch/arm/src/armv7-m/up_svcall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/armv7-m/up_svcall.c b/arch/arm/src/armv7-m/up_svcall.c index af00a28c108..248f1fb48f4 100644 --- a/arch/arm/src/armv7-m/up_svcall.c +++ b/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.