From cc887dd89fde70aa437ff392a08de799f0885452 Mon Sep 17 00:00:00 2001 From: shin1127 <56531152+shin1127@users.noreply.github.com> Date: Sun, 26 Feb 2023 00:46:33 +0900 Subject: [PATCH] fix typo in mssql scanner fix typo in mssql scanner ## How to Test No test, documentation change only ## Notes & Caveats N/A ## Issue Tracking N/A --- modules/mssql/scanner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mssql/scanner.go b/modules/mssql/scanner.go index 708fa96c..2fbd9f7c 100644 --- a/modules/mssql/scanner.go +++ b/modules/mssql/scanner.go @@ -19,7 +19,7 @@ import ( ) // ScanResults contains detailed information about each step of the -// MySQL handshake, and can be encoded to JSON. +// MSSQL handshake, and can be encoded to JSON. type ScanResults struct { // Version is the version returned by the server in the PRELOGIN response. // Its format is "MAJOR.MINOR.BUILD_NUMBER".