diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-09-19 11:53:11 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-09-19 11:53:11 +0000 |
commit | 23973e3f9ac81cc62ac9cd5d1acd091563dbc0ed (patch) | |
tree | a6ffb00bf1c69b75494445a7784ab14be19f9b16 | |
parent | 1d47a1a5a67135620ed5d7fedc0f552270f382b3 (diff) | |
download | ChibiOS-23973e3f9ac81cc62ac9cd5d1acd091563dbc0ed.tar.gz ChibiOS-23973e3f9ac81cc62ac9cd5d1acd091563dbc0ed.tar.bz2 ChibiOS-23973e3f9ac81cc62ac9cd5d1acd091563dbc0ed.zip |
Testhal/SDC. Fixed misspelling in comment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4693 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rwxr-xr-x | testhal/STM32F4xx/SDC/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/SDC/main.c b/testhal/STM32F4xx/SDC/main.c index d8007a0d8..7fcc63f17 100755 --- a/testhal/STM32F4xx/SDC/main.c +++ b/testhal/STM32F4xx/SDC/main.c @@ -222,7 +222,7 @@ void cmd_sdiotest(BaseSequentialStream *chp, int argc, char *argv[]){ /**
- * Now some perform FS tests.
+ * Now perform some FS tests.
*/
FRESULT err;
|