From 2fc2a3542988e0dbf71163b40d5fe495a6789d40 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Wed, 28 Mar 2012 09:43:48 +0200 Subject: sal: add dependency for unit test, fix typo in comment --- sal/Executable_osl_process_child.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sal/Executable_osl_process_child.mk') diff --git a/sal/Executable_osl_process_child.mk b/sal/Executable_osl_process_child.mk index 3e538ff6e9ab..fb348fab3573 100644 --- a/sal/Executable_osl_process_child.mk +++ b/sal/Executable_osl_process_child.mk @@ -25,7 +25,7 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -# This executable is only required by unit-test sal_osl_profile. +# This executable is required only by sal_osl_process test. # See qa/osl/process/osl_process.cxx:411 $(eval $(call gb_Executable_Executable,osl_process_child)) @@ -38,7 +38,7 @@ $(eval $(call gb_Executable_add_exception_objects,osl_process_child,\ sal/qa/osl/process/osl_process_child \ )) -# Also this batch file is required by sal_osl_profile. +# Also this batch file is required by sal_osl_process. # See qa/osl/process/osl_process.cxx:675 ifeq ($(OS),WNT) BATCH_FILE:=batch.bat -- cgit