[clang] edf7e02 - [clang][NFC] Fix Typo
Jacob Lambert via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 28 11:57:15 PST 2022
Author: Jacob Lambert
Date: 2022-01-28T11:55:46-08:00
New Revision: edf7e026a8b4df5df7febaef126888f1ce65ebf6
URL: https://github.com/llvm/llvm-project/commit/edf7e026a8b4df5df7febaef126888f1ce65ebf6
DIFF: https://github.com/llvm/llvm-project/commit/edf7e026a8b4df5df7febaef126888f1ce65ebf6.diff
LOG: [clang][NFC] Fix Typo
Added:
Modified:
clang/docs/ClangOffloadBundler.rst
Removed:
################################################################################
diff --git a/clang/docs/ClangOffloadBundler.rst b/clang/docs/ClangOffloadBundler.rst
index ac4c5b51904fc..997948a8217e5 100644
--- a/clang/docs/ClangOffloadBundler.rst
+++ b/clang/docs/ClangOffloadBundler.rst
@@ -290,7 +290,7 @@ clang-offload-bundler extracts compatible device binaries for a given target
from the bundled device binaries in a heterogeneous device archive and creates
a target specific device archive without bundling.
-clang-offlocad-bundler determines whether a device binary is compatible with a
+clang-offload-bundler determines whether a device binary is compatible with a
target by comparing bundle ID's. Two bundle ID's are considered compatible if:
* Their offload kind are the same
More information about the cfe-commits
mailing list