[Compbench-devel] CompBenchmarks++/libcompbenchmarks/Base Result.h, 1.1, 1.2
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-05-23 15:28:09
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Base In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv23555 Modified Files: Result.h Log Message: Typo in comments. Index: Result.h =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Base/Result.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Result.h 5 Feb 2007 20:01:59 -0000 1.1 --- Result.h 23 May 2007 15:28:04 -0000 1.2 *************** *** 12,16 **** namespace CBM { ! /** \brief Class for storing and managing results */ class Result { --- 12,16 ---- namespace CBM { ! /** \brief Class for storing and managing result */ class Result { |