[rtems commit] dosfs: Fix typo
Sebastian Huber
sebh at rtems.org
Fri May 24 06:49:30 UTC 2013
Module: rtems
Branch: master
Commit: a0f3ce25a40c17415dbabd874dc1d843ac2c9f69
Changeset: http://git.rtems.org/rtems/commit/?id=a0f3ce25a40c17415dbabd874dc1d843ac2c9f69
Author: Ralf Kirchner <ralf.kirchner at embedded-brains.de>
Date: Tue May 14 16:18:04 2013 +0200
dosfs: Fix typo
---
cpukit/libfs/src/dosfs/msdos_misc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cpukit/libfs/src/dosfs/msdos_misc.c b/cpukit/libfs/src/dosfs/msdos_misc.c
index a1979b1..88f0b94 100644
--- a/cpukit/libfs/src/dosfs/msdos_misc.c
+++ b/cpukit/libfs/src/dosfs/msdos_misc.c
@@ -38,7 +38,7 @@
#include <stdio.h>
/*
- * External strings. Saves spave this way.
+ * External strings. Saves space this way.
*/
const char *const MSDOS_DOT_NAME = ". ";
const char *const MSDOS_DOTDOT_NAME = ".. ";
More information about the vc
mailing list