Update some .S file headers.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@85262 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/i386/floatundidf.S b/lib/i386/floatundidf.S
index d9be853..943ec38 100644
--- a/lib/i386/floatundidf.S
+++ b/lib/i386/floatundidf.S
@@ -1,4 +1,4 @@
-//===-- floatundidf.s - Implement __floatundidf for i386 ------------------===//
+//===-- floatundidf.S - Implement __floatundidf for i386 ------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
diff --git a/lib/ppc/restFP.S b/lib/ppc/restFP.S
index 6b8428a..8fd8fa1 100644
--- a/lib/ppc/restFP.S
+++ b/lib/ppc/restFP.S
@@ -1,4 +1,4 @@
-//===-- restFP.s - Implement restFP ---------------------------------------===//
+//===-- restFP.S - Implement restFP ---------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
diff --git a/lib/ppc/saveFP.S b/lib/ppc/saveFP.S
index 41a9127..ef0590f 100644
--- a/lib/ppc/saveFP.S
+++ b/lib/ppc/saveFP.S
@@ -1,4 +1,4 @@
-//===-- saveFP.s - Implement saveFP ---------------------------------------===//
+//===-- saveFP.S - Implement saveFP ---------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
diff --git a/lib/x86_64/floatundidf.S b/lib/x86_64/floatundidf.S
index 2eb8c7a..4ccaac2 100644
--- a/lib/x86_64/floatundidf.S
+++ b/lib/x86_64/floatundidf.S
@@ -1,4 +1,4 @@
-//===-- floatundidf.s - Implement __floatundidf for x86_64 ----------------===//
+//===-- floatundidf.S - Implement __floatundidf for x86_64 ----------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //