summaryrefslogtreecommitdiffstats
path: root/docs/update_spirv.md
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2024-11-29 14:02:19 +0700
committerGitHub <noreply@github.com>2024-11-29 15:02:19 +0800
commitc3557978cf0184aaf75c27c309bc87e84fd6ab79 (patch)
treee7372839055ca3a7f2ad7b3aa7c895e428778533 /docs/update_spirv.md
parent71f97268789164bd77614636536172ba657c6a57 (diff)
docs: Reduce typo count (#5671)
Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
Diffstat (limited to 'docs/update_spirv.md')
-rw-r--r--docs/update_spirv.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/update_spirv.md b/docs/update_spirv.md
index 4410680c5..19dd47416 100644
--- a/docs/update_spirv.md
+++ b/docs/update_spirv.md
@@ -95,7 +95,7 @@ cmake.exe --build build --config Release
## Copy the generated files from `spirv-tools` to `spirv-tools-generated`
Copy some of generated files from `external/spirv-tools/build/` to `external/spirv-tools-generated/`.
-The following files are ones you need to copy at the momment, but the list may change in the future.
+The following files are ones you need to copy at the moment, but the list may change in the future.
```
DebugInfo.h
NonSemanticShaderDebugInfo100.h
@@ -166,7 +166,7 @@ git submodule update --init --recursive
```
You need to stage and commit the latest commit IDs of spirv-tools and spirv-headers.
-Note that when you want to use a new commit IDs of the submodules, you have to stage with git-add command for the directy of the submodule itself.
+Note that when you want to use a new commit IDs of the submodules, you have to stage with git-add command for the directly of the submodule itself.
```
cd external