Author: peterw Date: Thu Oct 25 13:31:08 2007 New Revision: 29870
URL: http://svn.reactos.org/svn/reactos?rev=29870&view=rev Log: - Fix typo.
Modified: trunk/tools/RosBE-Windows/Tools/cpucount.c
Modified: trunk/tools/RosBE-Windows/Tools/cpucount.c URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Tools/cpucount.... ============================================================================== --- trunk/tools/RosBE-Windows/Tools/cpucount.c (original) +++ trunk/tools/RosBE-Windows/Tools/cpucount.c Thu Oct 25 13:31:08 2007 @@ -31,7 +31,7 @@ { printf("Usage: %s [OPTIONS]\n", argv[0]); printf("Running cpucount without options returns the number of\n"); - printf("the number of processors in the system.\n"); + printf("processors in the system.\n"); printf("-x1 - Number of processors in the system, plus 1.\n"); printf("-x2 - Number of processors in the system, doubled.\n"); }