Copy&paste errors. Found by Thomas Klausner.
llvm-svn: 200477
diff --git a/compiler-rt/lib/arm/udivsi3.S b/compiler-rt/lib/arm/udivsi3.S
index a810492..11c1c09 100644
--- a/compiler-rt/lib/arm/udivsi3.S
+++ b/compiler-rt/lib/arm/udivsi3.S
@@ -1,4 +1,4 @@
-/*===-- udivmodsi4.S - 32-bit unsigned integer divide ---------------------===//
+/*===-- udivsi3.S - 32-bit unsigned integer divide ------------------------===//
*
* The LLVM Compiler Infrastructure
*
diff --git a/compiler-rt/lib/arm/umodsi3.S b/compiler-rt/lib/arm/umodsi3.S
index 00a1ad0e..a03afef 100644
--- a/compiler-rt/lib/arm/umodsi3.S
+++ b/compiler-rt/lib/arm/umodsi3.S
@@ -1,4 +1,4 @@
-/*===-- udivmodsi4.S - 32-bit unsigned integer modulus --------------------===//
+/*===-- umodsi3.S - 32-bit unsigned integer modulus -----------------------===//
*
* The LLVM Compiler Infrastructure
*
@@ -7,8 +7,8 @@
*
*===----------------------------------------------------------------------===//
*
- * This file implements the __udivmodsi4 (32-bit unsigned integer divide and
- * modulus) function for the ARM 32-bit architecture.
+ * This file implements the __umodsi3 (32-bit unsigned integer modulus)
+ * function for the ARM 32-bit architecture.
*
*===----------------------------------------------------------------------===*/