aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2009-01-20 12:37:05 +0000
committerJohannes Schickel2009-01-20 12:37:05 +0000
commitc0cd121ffda81d2aa8a101f5781e765541c87ae4 (patch)
tree95242f279e9bef94c29217b9781113b42de1f166
parent9b116c81c511bcd78771c8a540051c3193a21f7b (diff)
downloadscummvm-rg350-c0cd121ffda81d2aa8a101f5781e765541c87ae4.tar.gz
scummvm-rg350-c0cd121ffda81d2aa8a101f5781e765541c87ae4.tar.bz2
scummvm-rg350-c0cd121ffda81d2aa8a101f5781e765541c87ae4.zip
Fixed typo in comment.
svn-id: r35948
-rw-r--r--common/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fs.h b/common/fs.h
index 4d3a417c8b..6a0b6d07e7 100644
--- a/common/fs.h
+++ b/common/fs.h
@@ -245,7 +245,7 @@ public:
* would be cached as 'data/file.ext' if FSDirectory was created on 'c:/my' with
* depth > 1. If depth was 1, then the 'data' subdirectory would have been
* ignored, instead.
- * Again, only BACKSLASHES are used as separators independently from the
+ * Again, only SLASHES are used as separators independently from the
* underlying file system.
*
* Relative paths can be specified when calling matching functions like openFile(),