git: 1458494b92e6 - stable/14 - test/netfibs: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Aug 2025 06:55:28 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=1458494b92e6e55ede271e3faa4b074353f1cb00
commit 1458494b92e6e55ede271e3faa4b074353f1cb00
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-08-17 07:32:10 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-08-20 06:54:00 +0000
test/netfibs: Fix a typo in a source code comment
- s/aguments/arguments/
(cherry picked from commit f066a425059e6ce80997f8ed850b74cc168c4d5e)
---
tools/test/netfibs/reflector.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/test/netfibs/reflector.sh b/tools/test/netfibs/reflector.sh
index b9500689a321..a68019532010 100755
--- a/tools/test/netfibs/reflector.sh
+++ b/tools/test/netfibs/reflector.sh
@@ -897,7 +897,7 @@ testrx_run_test()
*) _opts="-d" ;;
esac
- # Convert netcat options to reflect aguments.
+ # Convert netcat options to reflect arguments.
case "${_o}" in
-i) _opts="${_opts} -T TCP6" ;; # Use TCP for START/DONE.
-u) _opts="${_opts} -T UDP6" ;;