From a0f3ce25a40c17415dbabd874dc1d843ac2c9f69 Mon Sep 17 00:00:00 2001 From: Ralf Kirchner Date: Tue, 14 May 2013 16:18:04 +0200 Subject: dosfs: Fix typo --- cpukit/libfs/src/dosfs/msdos_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libfs') diff --git a/cpukit/libfs/src/dosfs/msdos_misc.c b/cpukit/libfs/src/dosfs/msdos_misc.c index a1979b1e2c..88f0b94bbd 100644 --- a/cpukit/libfs/src/dosfs/msdos_misc.c +++ b/cpukit/libfs/src/dosfs/msdos_misc.c @@ -38,7 +38,7 @@ #include /* - * External strings. Saves spave this way. + * External strings. Saves space this way. */ const char *const MSDOS_DOT_NAME = ". "; const char *const MSDOS_DOTDOT_NAME = ".. "; -- cgit v1.2.3