bug-14642: Rename queueRecordCount to requestedQueueCount
diff --git a/include/vulkan.h b/include/vulkan.h
index fae3267..61a0b00 100644
--- a/include/vulkan.h
+++ b/include/vulkan.h
@@ -1366,7 +1366,7 @@
 typedef struct {
     VkStructureType                             sType;
     const void*                                 pNext;
-    uint32_t                                    queueRecordCount;
+    uint32_t                                    requestedQueueCount;
     const VkDeviceQueueCreateInfo*              pRequestedQueues;
     uint32_t                                    layerCount;
     const char*const*                           ppEnabledLayerNames;