From 47b49b1ef908e8748a110ea12d057f4100793996 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 7 Apr 2008 13:08:48 +1000 Subject: * dejagnu.h (totals): Correct typos. --- ChangeLog | 4 ++++ dejagnu.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7e61329..210c0f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-04-06 Daniel Jacobowitz + * dejagnu.h (totals): Correct typos. + +2008-04-06 Daniel Jacobowitz + * doc/user.xml (Adding a New Tool, Adding a New Target): Fix typos. * doc/dejagnu.texi: Regenerate. diff --git a/dejagnu.h b/dejagnu.h index 24421e8..afdf61d 100644 --- a/dejagnu.h +++ b/dejagnu.h @@ -156,12 +156,12 @@ totals (void) printf ("\nTotals:\n"); printf ("\t#passed:\t\t%d\n", passed); printf ("\t#real failed:\t\t%d\n", failed); - if (xfail) + if (xfailed) printf ("\t#expected failures:\t\t%d\n", xfailed); if (untest) printf ("\t#untested:\t\t%d\n", untest); if (unresolve) - printf ("\t#unresolved:\t\t%d\n", unresolved); + printf ("\t#unresolved:\t\t%d\n", unresolve); } #ifdef __cplusplus -- cgit v1.1