From 27d80927d5c91079bb7cd2729ec7fe09c3627992 Mon Sep 17 00:00:00 2001
From: Jerry Yu <jerry.h.yu@arm.com>
Date: Tue, 2 Aug 2022 21:28:55 +0800
Subject: [PATCH] fix wrong typo

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
---
 tests/ssl-opt.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh
index ec243adf74..c26bbe7e0b 100755
--- a/tests/ssl-opt.sh
+++ b/tests/ssl-opt.sh
@@ -1259,7 +1259,7 @@ do_run_test_once() {
     # terminate the server (and the proxy)
     kill $SRV_PID
     # For Ubuntu 22.04, `Terminated` message is outputed by wait command.
-    # To remove it from stdout, redirect stdout/stderr to CLI_OUT
+    # To remove it from stdout, redirect stdout/stderr to SRV_OUT
     wait $SRV_PID >> $SRV_OUT 2>&1
     SRV_RET=$?