diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-10-25 11:44:39 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-10-25 11:44:39 (GMT) |
commit | eb2b56bc4d6a226058c36233aaf5c13e39fa3dc2 (patch) | |
tree | 55606917a6237e82e807b4064df3aac0d79f79c0 /src/corelib/io | |
parent | f6c1530ea084cc4dc15c095d1ee5a8766bcd3022 (diff) | |
download | Qt-eb2b56bc4d6a226058c36233aaf5c13e39fa3dc2.zip Qt-eb2b56bc4d6a226058c36233aaf5c13e39fa3dc2.tar.gz Qt-eb2b56bc4d6a226058c36233aaf5c13e39fa3dc2.tar.bz2 |
Doc: Fixing typo
Diffstat (limited to 'src/corelib/io')
-rw-r--r-- | src/corelib/io/qfsfileengine_unix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qfsfileengine_unix.cpp b/src/corelib/io/qfsfileengine_unix.cpp index d83f7ee..69e9219 100644 --- a/src/corelib/io/qfsfileengine_unix.cpp +++ b/src/corelib/io/qfsfileengine_unix.cpp @@ -695,7 +695,7 @@ bool QFSFileEnginePrivate::doStat() const } else if (fd == -1) { // ### actually covers two cases: d->fh and when the file is not open #if defined(Q_OS_SYMBIAN) - // Optimisation for Symbian where fileFlags() calls both doStat() and isSymlink(), but rarely on real links. + // Optimization for Symbian where fileFlags() calls both doStat() and isSymlink(), but rarely on real links. // When the filename is not a link, lstat will return the same info as stat, but this also removes // any need for a further call to lstat to check if the file is a link. need_lstat = false; |