From 74cc2ac18d90678b7639fa6fda273339ab3df487 Mon Sep 17 00:00:00 2001 From: Mark Young Date: Wed, 20 Jan 2016 16:33:18 -0700 Subject: Installer: Clean up powershell header comment. Clean up the ConfigLayersAndVulkanDll header comment. --- windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'windowsRuntimeInstaller') diff --git a/windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1 b/windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1 index 63995a93..f1c6c0a3 100644 --- a/windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1 +++ b/windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1 @@ -32,9 +32,9 @@ # - Set the layer registry entries to point to the layer json files # in the Vulkan SDK associated with the most recent vulkan*dll. # -# This script takes two parameters: +# This script takes the following parameters: # $majorabi : a single string number specifying the major abi version. -# $ossize : an integer indicating if the target is a 64 (64) or 32 (32) bit OS. +# $ossize : an integer indicating if the target is a 64 (64) or 32 (32) bit OS. # Param( -- cgit v1.2.3