From c7a348ab76d450a0f57d7a419d606451ecfba0ec Mon Sep 17 00:00:00 2001 From: belliash Date: Thu, 5 Jan 2012 01:49:43 +0100 Subject: [PATCH] update comments --- libraries/filesystem | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/filesystem b/libraries/filesystem index ba54ecb..8999edf 100644 --- a/libraries/filesystem +++ b/libraries/filesystem @@ -11,7 +11,7 @@ function cleanLog() { } #------------------------------------------------------------------------------- -# Completely removes temp directory +# Completely removes whole temp directory #------------------------------------------------------------------------------- function cleanTemp() { rm -rf ${TEMPDIR} &> /dev/null @@ -62,7 +62,7 @@ function makeDirectory() { } #------------------------------------------------------------------------------- -# Creates a symbolic link between to files in specified target directory +# Creates a symbolic link between two files in specified target directory # Parameters: %source% %target% #------------------------------------------------------------------------------- function makeLink() {