Skip to content

Commit 78e51a2

Browse files
committed
Fix comment
1 parent 454a215 commit 78e51a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

VBScript/02_Upfront_Encapsulated_Code_With_No_Dependencies/GetBIOSVersionString.vbs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Function GetBIOSVersionString(ByRef strBIOSVersion)
2222
' ' stored in strBIOSVersion
2323
' End If
2424
'
25-
' Version: 1.0.20210707.0
25+
' Version: 1.0.20210711.0
2626
'endregion FunctionMetadata ####################################################
2727

2828
'region License ####################################################
@@ -70,7 +70,8 @@ Function GetBIOSVersionString(ByRef strBIOSVersion)
7070
' At least one Win32_BIOS instance was retrieved successfully
7171
intFunctionReturn = GetBIOSVersionStringUsingBIOSInstances(strResult, arrBIOSInstances)
7272
If intFunctionReturn >= 0 Then
73-
' The computer serial number was retrieved successfully and is stored in strResult
73+
' The computer's BIOS version string was retrieved successfully and is stored in
74+
' strResult
7475
strBIOSVersion = strResult
7576
End If
7677
End If

0 commit comments

Comments
 (0)