lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [4773] Correct a typo noticed by VS


From: Greg Chicares
Subject: [lmi-commits] [4773] Correct a typo noticed by VS
Date: Mon, 22 Feb 2010 00:07:47 +0000

Revision: 4773
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=4773
Author:   chicares
Date:     2010-02-22 00:07:47 +0000 (Mon, 22 Feb 2010)
Log Message:
-----------
Correct a typo noticed by VS

Modified Paths:
--------------
    lmi/trunk/mc_enum_test_aux.cpp
    lmi/trunk/tn_range_test_aux.cpp

Modified: lmi/trunk/mc_enum_test_aux.cpp
===================================================================
--- lmi/trunk/mc_enum_test_aux.cpp      2010-02-21 11:18:46 UTC (rev 4772)
+++ lmi/trunk/mc_enum_test_aux.cpp      2010-02-22 00:07:47 UTC (rev 4773)
@@ -32,7 +32,7 @@
 // Normally, one would prefer to instantiate all mc_enum templates
 // in a single file. Here, however, the point is to instantiate one
 // such template in a different translation unit than the unit-test
-// driver, in order to prove that explicit instantion works.
+// driver, in order to prove that explicit instantiation works.
 
 extern enum_holiday const holiday_enums[] =
     {h_Theophany

Modified: lmi/trunk/tn_range_test_aux.cpp
===================================================================
--- lmi/trunk/tn_range_test_aux.cpp     2010-02-21 11:18:46 UTC (rev 4772)
+++ lmi/trunk/tn_range_test_aux.cpp     2010-02-22 00:07:47 UTC (rev 4773)
@@ -32,7 +32,7 @@
 // Normally, one would prefer to instantiate all tn_range templates
 // in a single file. Here, however, the point is to instantiate one
 // such template in a different translation unit than the unit-test
-// driver, in order to prove that explicit instantion works.
+// driver, in order to prove that explicit instantiation works.
 
 template class tn_range<int, percentage_trammel<int> >;
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]