summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-10 19:59:38 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-10 20:22:50 +0300
commit6835d9f3074c1030be6632bdaff6c8398c696429 (patch)
tree90bdc179c3522a71f87fef348d9aaced458b611d /sal
parenta8877197072523ec60fadb138f9790aa2bf66cd2 (diff)
It's "its", not "it's"
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/tempfile.c2
-rw-r--r--sal/osl/w32/dllentry.c2
-rw-r--r--sal/qa/osl/file/osl_File.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sal/osl/unx/tempfile.c b/sal/osl/unx/tempfile.c
index f11b4994ae89..9ae785b7ae95 100644
--- a/sal/osl/unx/tempfile.c
+++ b/sal/osl/unx/tempfile.c
@@ -166,7 +166,7 @@ static oslFileError osl_setup_base_directory_impl_(
/*****************************************************************
* Create a unique file in the specified directory and return
- * it's name
+ * its name
****************************************************************/
static oslFileError osl_create_temp_file_impl_(
diff --git a/sal/osl/w32/dllentry.c b/sal/osl/w32/dllentry.c
index 2be2507f4be7..1441f3e291a7 100644
--- a/sal/osl/w32/dllentry.c
+++ b/sal/osl/w32/dllentry.c
@@ -284,7 +284,7 @@ BOOL WINAPI DllMain( HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved )
{
TCHAR szBuffer[64];
- // This code will attach the process to it's parent process
+ // This code will attach the process to its parent process
// if the parent process had set the environment variable.
// The corresponding code (setting the environment variable)
// is is desktop/win32/source/officeloader.cxx
diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx
index 8a16c605fdba..8888261cf30a 100644
--- a/sal/qa/osl/file/osl_File.cxx
+++ b/sal/qa/osl/file/osl_File.cxx
@@ -760,7 +760,7 @@ namespace osl_FileBase
the second only on windows based systems
the first parameter are a file URL where we want to get the system path of,
the second parameter is the assumed error of the osl_getSystemPathFromFileURL() function,
- the third parameter is the assumed result string, the string will only test, if it's length is greater 0
+ the third parameter is the assumed result string, the string will only test, if its length is greater 0
*/
void SystemPath_FileURL::getSystemPathFromFileURL_001_1()