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
This commit is contained in:
patacongo 2011-11-15 16:44:45 +00:00
parent 22453a6f70
commit cdfc549cd4

View File

@ -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.