Update of /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv25361
Modified Files:
Benchmark-LINPACKC.cpp
Log Message:
English correctness.
Index: Benchmark-LINPACKC.cpp
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks/Benchmark-LINPACKC.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Benchmark-LINPACKC.cpp 11 Jan 2007 20:19:16 -0000 1.5
--- Benchmark-LINPACKC.cpp 11 Jan 2007 20:33:29 -0000 1.6
***************
*** 39,43 ****
std::string CBMPackageLINPACKC::packageComments(void)
{
! return("Official linpackc benchmark translated to C by Bonnie Toy, modified to suit compbenchmarks requierements.");
}
--- 39,43 ----
std::string CBMPackageLINPACKC::packageComments(void)
{
! return("The former linpackc benchmark translated to C by Bonnie Toy has modified to suit compbenchmarks requirements.");
}
|