From 733079758939b30bcdb505d5306b49ba60266c8a Mon Sep 17 00:00:00 2001
From: Alexandre Petit-Bianco <apbianco@redhat.com>
Date: Fri, 14 Sep 2001 01:38:18 -0700
Subject: [PATCH] money_get_members_char.cc: Fixed typo in comment.

2001-09-13  Alexandre Petit-Bianco  <apbianco@redhat.com>

	* testsuite/22_locale/money_get_members_char.cc: Fixed typo in comment.
	* testsuite/22_locale/money_put_members_char.cc: Likewise.
	* testsuite/22_locale/money_put_members_wchar_t.cc: Likewise.

(If only spelling them right would make them go away...)

From-SVN: r45592
---
 libstdc++-v3/ChangeLog                                      | 6 ++++++
 libstdc++-v3/testsuite/22_locale/money_get_members_char.cc  | 4 ++--
 libstdc++-v3/testsuite/22_locale/money_put_members_char.cc  | 4 ++--
 .../testsuite/22_locale/money_put_members_wchar_t.cc        | 4 ++--
 4 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index e22c32a05d79..1fcafb6edf5d 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -2,6 +2,12 @@
 
 	* include/bits/locale_facets.tcc: Conditionalize use of strtold.
 
+2001-09-13  Alexandre Petit-Bianco  <apbianco@redhat.com>
+
+	* testsuite/22_locale/money_get_members_char.cc: Fixed typo in comment.
+	* testsuite/22_locale/money_put_members_char.cc: Likewise.
+	* testsuite/22_locale/money_put_members_wchar_t.cc: Likewise.
+
 2001-09-13  Benjamin Kosnik  <bkoz@redhat.com>
 
 	Implement std::money_get.
diff --git a/libstdc++-v3/testsuite/22_locale/money_get_members_char.cc b/libstdc++-v3/testsuite/22_locale/money_get_members_char.cc
index 6b035e534d75..a3e8ad670e97 100644
--- a/libstdc++-v3/testsuite/22_locale/money_get_members_char.cc
+++ b/libstdc++-v3/testsuite/22_locale/money_get_members_char.cc
@@ -74,7 +74,7 @@ void test01()
   // total EPA budget FY 2002
   const string digits1("720000000000");
 
-  // est. cost, national missle "defense", expressed as a loss in USD 2001
+  // est. cost, national missile "defense", expressed as a loss in USD 2001
   const string digits2("-10000000000000");  
 
   // not valid input
@@ -230,7 +230,7 @@ void test02()
   // total EPA budget FY 2002
   const long double  digits1 = 720000000000;
 
-  // est. cost, national missle "defense", expressed as a liss in USD 2001
+  // est. cost, national missile "defense", expressed as a loss in USD 2001
   const long double digits2 = -10000000000000;  
 
   // input less than frac_digits
diff --git a/libstdc++-v3/testsuite/22_locale/money_put_members_char.cc b/libstdc++-v3/testsuite/22_locale/money_put_members_char.cc
index 5495afe87a02..b6bc9a9d231f 100644
--- a/libstdc++-v3/testsuite/22_locale/money_put_members_char.cc
+++ b/libstdc++-v3/testsuite/22_locale/money_put_members_char.cc
@@ -74,7 +74,7 @@ void test01()
   // total EPA budget FY 2002
   const string digits1("720000000000");
 
-  // est. cost, national missle "defense", expressed as a loss in USD 2001
+  // est. cost, national missile "defense", expressed as a loss in USD 2001
   const string digits2("-10000000000000");  
 
   // not valid input
@@ -219,7 +219,7 @@ void test02()
   // total EPA budget FY 2002
   const long double  digits1 = 720000000000;
 
-  // est. cost, national missle "defense", expressed as a loss in USD 2001
+  // est. cost, national missile "defense", expressed as a loss in USD 2001
   const long double digits2 = -10000000000000;  
 
   // input less than frac_digits
diff --git a/libstdc++-v3/testsuite/22_locale/money_put_members_wchar_t.cc b/libstdc++-v3/testsuite/22_locale/money_put_members_wchar_t.cc
index e3399f3d318e..13c368eebdb3 100644
--- a/libstdc++-v3/testsuite/22_locale/money_put_members_wchar_t.cc
+++ b/libstdc++-v3/testsuite/22_locale/money_put_members_wchar_t.cc
@@ -75,7 +75,7 @@ void test01()
   // total EPA budget FY 2002
   const wstring digits1(L"720000000000");
 
-  // est. cost, national missle "defense", expressed as a loss in USD 2001
+  // est. cost, national missile "defense", expressed as a loss in USD 2001
   const wstring digits2(L"-10000000000000");  
 
   // not valid input
@@ -220,7 +220,7 @@ void test02()
   // total EPA budget FY 2002
   const long double  digits1 = 720000000000;
 
-  // est. cost, national missle "defense", expressed as a loss in USD 2001
+  // est. cost, national missile "defense", expressed as a loss in USD 2001
   const long double digits2 = -10000000000000;  
 
   // input less than frac_digits