projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc0723c
)
[WebAssembly] Fix typo in comment
author
Sam Clegg
<sbc@chromium.org>
Wed, 17 Jan 2018 18:50:30 +0000
(18:50 +0000)
committer
Sam Clegg
<sbc@chromium.org>
Wed, 17 Jan 2018 18:50:30 +0000
(18:50 +0000)
Patch by Nicholas Wilson!
llvm-svn: 322727
lld/wasm/Writer.cpp
patch
|
blob
|
history
diff --git
a/lld/wasm/Writer.cpp
b/lld/wasm/Writer.cpp
index
a1e8ddc
..
ec3cf1a
100644
(file)
--- a/
lld/wasm/Writer.cpp
+++ b/
lld/wasm/Writer.cpp
@@
-420,7
+420,7
@@
void Writer::createLinkingSection() {
if (!InitFunctions.empty()) {
SubSection SubSection(WASM_INIT_FUNCS);
writeUleb128(SubSection.getStream(), InitFunctions.size(),
- "num init functions
w
");
+ "num init functions");
for (const WasmInitFunc &F : InitFunctions) {
writeUleb128(SubSection.getStream(), F.Priority, "priority");
writeUleb128(SubSection.getStream(), F.FunctionIndex, "function index");