From 4c285cb8e45ddf65658fa0475a7da016cddee820 Mon Sep 17 00:00:00 2001 From: Brian Ferguson Date: Sun, 7 Oct 2012 00:16:09 -0600 Subject: [PATCH] Cosmetics --- Library/MeasureScript.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/MeasureScript.cpp b/Library/MeasureScript.cpp index 70b0797b..19286ef4 100644 --- a/Library/MeasureScript.cpp +++ b/Library/MeasureScript.cpp @@ -55,7 +55,7 @@ void CMeasureScript::UninitializeLuaScript() } /* -** Updates the current disk free space value. +** Runs the function "Update()" in the script. ** */ void CMeasureScript::UpdateValue() @@ -73,7 +73,7 @@ void CMeasureScript::UpdateValue() } /* -** Returns the time as string. +** Returns the value as a string. ** */ const WCHAR* CMeasureScript::GetStringValue(AUTOSCALE autoScale, double scale, int decimals, bool percentual)