diff --git a/cmake_targets/autotests/tools/iperf3_script_phone b/cmake_targets/autotests/tools/iperf3_script_phone
index eff4105d0372b9b6665d9ebed13da86f3d76d249..c191f72ec3ce20d5a582ec3cb4bfc30ff184bf1b 100755
--- a/cmake_targets/autotests/tools/iperf3_script_phone
+++ b/cmake_targets/autotests/tools/iperf3_script_phone
@@ -32,7 +32,7 @@
 
 #arg1 timeout to wait before running the script
 #arg2 interface
-#arg3 iperf arguments
+#arg3 iperf3 arguments
 
 args=($*)
 timeout=${args[0]}
@@ -43,7 +43,7 @@ iperf3_args=(${args[@]:2})
 echo "args =  ${args[@]}"
 echo "timeout = $timeout"
 echo "device_id = $device_id"
-echo "iperf_args = ${iperf_args[@]}"
+echo "iperf3_args = ${iperf3_args[@]}"
 
 sleep $timeout
 
@@ -58,6 +58,6 @@ while true ; do
   fi
 done
 
-echo "Starting iperf now..."
+echo "Starting iperf3 now..."
 
-sudo adb -s $device_id shell /data/local/tmp/iperf3 ${iperf_args[@]}
+sudo adb -s $device_id shell /data/local/tmp/iperf3 ${iperf3_args[@]}