Installer: Clean up powershell header comment.
authorMark Young <marky@lunarg.com>
Wed, 20 Jan 2016 23:33:18 +0000 (16:33 -0700)
committerMark Young <marky@lunarg.com>
Mon, 25 Jan 2016 23:04:01 +0000 (16:04 -0700)
Clean up the ConfigLayersAndVulkanDll header comment.

windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1

index 63995a9..f1c6c0a 100644 (file)
@@ -32,9 +32,9 @@
 #   - Set the layer registry entries to point to the layer json files\r
 #     in the Vulkan SDK associated with the most recent vulkan*dll.\r
 #\r
-# This script takes two parameters:\r
+# This script takes the following parameters:\r
 #   $majorabi : a single string number specifying the major abi version.\r
-#   $ossize   : an integer indicating if the target is a 64 (64) or 32 (32) bit OS.\r
+#   $ossize     : an integer indicating if the target is a 64 (64) or 32 (32) bit OS.\r
 #\r
 \r
 Param(\r