summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNick Kledzik <kledzik@apple.com>2009-09-13 18:34:39 +0000
committerNick Kledzik <kledzik@apple.com>2009-09-13 18:34:39 +0000
commit6e8c3ac5e881a8eacd00630a971c7020f3956661 (patch)
tree446a21000f521d9e72d1326537c956cbf8d289ce /lib
parenta468808564eb1983c46a1e30ef2e1a6fdb47e77a (diff)
fix typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@81686 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/arm/bswapsi2.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arm/bswapsi2.S b/lib/arm/bswapsi2.S
index 92851b19d..d7f977e8f 100644
--- a/lib/arm/bswapsi2.S
+++ b/lib/arm/bswapsi2.S
@@ -11,7 +11,7 @@
//
// extern uint32_t __bswapsi2(uint32_t);
//
-// Reverse all the bits in a 32-bit integer.
+// Reverse all the bytes in a 32-bit integer.
//
.globl ___bswapsi2
___bswapsi2: