[WebAssembly] Fix a typo in a comment.
authorDan Gohman <dan433584@gmail.com>
Tue, 26 Jan 2016 14:55:17 +0000 (14:55 +0000)
committerDan Gohman <dan433584@gmail.com>
Tue, 26 Jan 2016 14:55:17 +0000 (14:55 +0000)
llvm-svn: 258810

llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp

index 3906b9d..b749182 100644 (file)
@@ -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)