RFA: Utilities/Tester.h: Fix Typographical Error
Jeffrey Oldham
oldham at codesourcery.com
Mon Jun 25 21:50:33 UTC 2001
OK to commit this patch?
2001-06-25 Jeffrey D. Oldham <oldham at codesourcery.com>
* Tester.h (Full Description): Fix subject-verb agreement error in
these comments.
Untested since it changes a comment.
Approved by ???you???
Thanks,
Jeffrey D. Oldham
oldham at codesourcery.com
-------------- next part --------------
Index: Tester.h
===================================================================
RCS file: /home/pooma/Repository/r2/src/Utilities/Tester.h,v
retrieving revision 1.10
diff -c -p -r1.10 Tester.h
*** Tester.h 2000/03/28 01:10:57 1.10
--- Tester.h 2001/06/25 21:47:02
***************
*** 88,94 ****
// PASSED ..... message
// or
// FAILED ..... message
! // depending on the current value of the OK flag. It return an exit
// code value, 1 if the test FAILED, 0 if the test PASSED, that you can
// use to return from main. For example:
//
--- 88,94 ----
// PASSED ..... message
// or
// FAILED ..... message
! // depending on the current value of the OK flag. It returns an exit
// code value, 1 if the test FAILED, 0 if the test PASSED, that you can
// use to return from main. For example:
//
More information about the pooma-dev
mailing list