summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <dan433584@gmail.com>2016-01-26 14:55:17 +0000
committerDan Gohman <dan433584@gmail.com>2016-01-26 14:55:17 +0000
commitfb619e96864d6bc3359445a2c1b716d508bbfe38 (patch)
tree74255da583b9e2c1a79433e0eb550c8b1ec9a373
parentee6a4fc680d64a12b5cdcd716d660c244a672a6d (diff)
downloadbcm5719-llvm-fb619e96864d6bc3359445a2c1b716d508bbfe38.tar.gz
bcm5719-llvm-fb619e96864d6bc3359445a2c1b716d508bbfe38.zip
[WebAssembly] Fix a typo in a comment.
llvm-svn: 258810
-rw-r--r--llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp b/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
index 3906b9d5387..b7491827d5c 100644
--- a/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
+++ b/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
@@ -291,7 +291,7 @@ bool WebAssemblyTargetLowering::allowsMisalignedMemoryAccesses(
// WebAssembly supports unaligned accesses, though it should be declared
// with the p2align attribute on loads and stores which do so, and there
// may be a performance impact. We tell LLVM they're "fast" because
- // for the kinds of things that LLVM uses this for (merging agacent stores
+ // for the kinds of things that LLVM uses this for (merging adjacent stores
// of constants, etc.), WebAssembly implementations will either want the
// unaligned access or they'll split anyway.
if (Fast)
OpenPOWER on IntegriCloud