summaryrefslogtreecommitdiff
path: root/sal/qa/osl/file/osl_File.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/osl/file/osl_File.cxx')
-rw-r--r--sal/qa/osl/file/osl_File.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx
index 01a49540d23d..14922cd5e15e 100644
--- a/sal/qa/osl/file/osl_File.cxx
+++ b/sal/qa/osl/file/osl_File.cxx
@@ -3487,7 +3487,7 @@ namespace osl_File
CPPUNIT_ASSERT_MESSAGE( "test for setTime function: set access time then get it. time precision is still a problem for it cut off the nanosec.",
t_compareTime( pTV_access, pTV_current, delta ) );
#if defined(_WIN32)
- //Unfortunately there is no way to get the creation time of a file under Unix (its a Windows only feature).
+ //Unfortunately there is no way to get the creation time of a file under Unix (it's a Windows only feature).
//That means the flag osl_FileStatus_Mask_CreationTime should be deprecated under Unix.
CPPUNIT_ASSERT_MESSAGE( "test for setTime function: set creation time then get it. ",
sal_True == t_compareTime( pTV_creation, pTV_current, delta ) ) ;