summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Hugues Evrard <hevrard@google.com> 2021-07-05 19:28:25 +0000
committer Hugues Evrard <hevrard@google.com> 2021-07-06 09:02:06 +0000
commit375904bd374ee1b73cc0d092bceb4a81762c8a15 (patch)
tree47b40db10e097d73dca709afa3d5000894a09680
parent36fa07b23c8345286bfc97dd61940ddf788dbe32 (diff)
Fix typo
Bug: N/A Change-Id: Ia6ca92c424029744ed378c6028bb726f3bf78fc9
-rw-r--r--vulkan/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/vulkan/README.md b/vulkan/README.md
index 185aa39da6..144805ca1f 100644
--- a/vulkan/README.md
+++ b/vulkan/README.md
@@ -14,7 +14,7 @@ Use "clang-format -style=file" to format all C/C++ code, except code imported ve
## Code Generation
-We generate several parts of the loader and tools driectly from the Vulkan Registry (external/vulkan-headers/registry/vk.xml). Code generation must be done manually because the generator is not part of the platform toolchain (yet?). Files named `foo_gen.*` are generated by the code generator.
+We generate several parts of the loader and tools directly from the Vulkan Registry (external/vulkan-headers/registry/vk.xml). Code generation must be done manually because the generator is not part of the platform toolchain (yet?). Files named `foo_gen.*` are generated by the code generator.
### Run The Code Generator