From e851526d060d3bcd487a20cde9704fe93773c1d7 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 7 Apr 2008 13:08:48 +1000 Subject: [PATCH] * dejagnu.h (totals): Correct typos. --- ChangeLog | 4 ++++ dejagnu.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3767a89..8edd801 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +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. 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