aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-02 02:25:19 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-02 02:25:19 +0000
commit338ea097f21c2a1bbbd0e72d5f419c67391c5bb1 (patch)
tree49a0217b9c305f97664b90cd2c3f6a58af597a2b
parent8166a6c61d1ee738bd33a1a9364d88fc21a97ec3 (diff)
bwsap -> bswap
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35580 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 19a82edef0..ee2dcd9440 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -4444,7 +4444,7 @@ that includes the type for the result and the operand.
<h5>Overview:</h5>
<p>
-The '<tt>llvm.bwsap</tt>' family of intrinsics is used to byte swap integer
+The '<tt>llvm.bswap</tt>' family of intrinsics is used to byte swap integer
values with an even number of bytes (positive multiple of 16 bits). These are
useful for performing operations on data that is not in the target's native
byte order.