From 38d86581e43fe5b4ff7a8e35940985de688c223f Mon Sep 17 00:00:00 2001 From: icenine451 Date: Thu, 30 May 2024 11:30:56 -0400 Subject: [PATCH] Fix comment for readability --- functions/configurator_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/configurator_functions.sh b/functions/configurator_functions.sh index aa0618f4..a9e138fb 100644 --- a/functions/configurator_functions.sh +++ b/functions/configurator_functions.sh @@ -1,7 +1,7 @@ #!/bin/bash check_bios_files() { - # This function validates all the BIOS files listed in the $bios_checklist and adds the results to an array called bios_checked_list which can be used elsewhere + # This function validates all the BIOS files listed in the $bios_checklist and adds the results to an array called $bios_checked_list which can be used elsewhere # There is a "basic" and "expert" mode which outputs different levels of data # USAGE: check_bios_files "mode"