summaryrefslogtreecommitdiff
path: root/lld/wasm
diff options
context:
space:
mode:
authorCongcong Cai <congcong.ca.cai@bmw.com>2023-03-23 15:40:55 +0800
committerCongcong Cai <congcong.ca.cai@bmw.com>2023-03-23 15:40:55 +0800
commit467cf1542808851773500fe0af0da916f46fa80c (patch)
tree05d4742cf3c8f57bea7f49331149aa732eccdd3f /lld/wasm
parent79df1a785d8e45a00906709fc403ba4bd5af4f66 (diff)
downloadllvm-467cf1542808851773500fe0af0da916f46fa80c.tar.gz
[NFC] Fix typo lld::wasm in comment
Diffstat (limited to 'lld/wasm')
-rw-r--r--lld/wasm/Driver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/wasm/Driver.cpp b/lld/wasm/Driver.cpp
index e697f4b55ae6..310f9df2d5b6 100644
--- a/lld/wasm/Driver.cpp
+++ b/lld/wasm/Driver.cpp
@@ -1217,4 +1217,4 @@ void LinkerDriver::linkerMain(ArrayRef<const char *> argsArr) {
writeResult();
}
-} // namespace wasm::lld
+} // namespace lld::wasm