test_suite: improve comment

This commit is contained in:
Frank Liepold 2014-01-13 10:03:09 +01:00
parent e8e67e3721
commit 20b54cc525
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ function lv_config_lvremove
lib_remote_idfile $host lvremove -f $logical_volume_path || lib_exit 1
}
# removes trailing unit letters (e.g. 9G -> 9)
# removes decimal places and trailing unit letters (e.g. 9G -> 9)
function lv_config_extract_int_from_lv_size_with_unit
{
local lv_size_with_unit=$1