Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel committed Dec 2, 2024
1 parent 249e967 commit 4daa6e2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions generator/vk_layer/source/device.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

/**
* @file
* Declares the root class for layer management of managing VkDevice objects.
* Declares the root class for layer management of VkDevice objects.
*
* Role summary
* ============
Expand Down Expand Up @@ -70,7 +70,7 @@ class Device
* @brief Store a new device into the global store of dispatchable devices.
*
* @param handle The dispatchable device handle to use as an indirect key.
* @param device The \c Device object to store.
* @param device The @c Device object to store.
*/
static void store(
VkDevice handle,
Expand Down
4 changes: 2 additions & 2 deletions generator/vk_layer/source/instance.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

/**
* @file
* Declares the root class for layer management of managing VkInstance objects.
* Declares the root class for layer management of VkInstance objects.
*
* Role summary
* ============
Expand Down Expand Up @@ -77,7 +77,7 @@ class Instance
* @brief Store a new instance into the global store of dispatchable instances.
*
* @param handle The dispatchable instance handle to use as an indirect key.
* @param instance The \c Instance object to store.
* @param instance The @c Instance object to store.
*/
static void store(
VkInstance handle,
Expand Down
4 changes: 2 additions & 2 deletions layer_example/source/device.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

/**
* @file
* Declares the root class for layer management of managing VkDevice objects.
* Declares the root class for layer management of VkDevice objects.
*
* Role summary
* ============
Expand Down Expand Up @@ -70,7 +70,7 @@ class Device
* @brief Store a new device into the global store of dispatchable devices.
*
* @param handle The dispatchable device handle to use as an indirect key.
* @param device The \c Device object to store.
* @param device The @c Device object to store.
*/
static void store(
VkDevice handle,
Expand Down
4 changes: 2 additions & 2 deletions layer_example/source/instance.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

/**
* @file
* Declares the root class for layer management of managing VkInstance objects.
* Declares the root class for layer management of VkInstance objects.
*
* Role summary
* ============
Expand Down Expand Up @@ -77,7 +77,7 @@ class Instance
* @brief Store a new instance into the global store of dispatchable instances.
*
* @param handle The dispatchable instance handle to use as an indirect key.
* @param instance The \c Instance object to store.
* @param instance The @c Instance object to store.
*/
static void store(
VkInstance handle,
Expand Down

0 comments on commit 4daa6e2

Please sign in to comment.