From 03bbd5ccd63bf2a1e0a03dc48b3dcad667dbf214 Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Fri, 7 Mar 1997 01:48:24 +0000 Subject: [PATCH] Fix a couple of typos. --- tools/regression/README | 2 +- tools/test/README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/regression/README b/tools/regression/README index a74271bfca4..03342baa5cf 100644 --- a/tools/regression/README +++ b/tools/regression/README @@ -1,6 +1,6 @@ This directory is for regression test programs. -A regression test program is one that will excercise a particular bit of the +A regression test program is one that will exercise a particular bit of the system to check that we have not reintroduced an old bug. Please make a subdir per program, and add a brief description to this file. diff --git a/tools/test/README b/tools/test/README index 71980037f80..09550e271a6 100644 --- a/tools/test/README +++ b/tools/test/README @@ -1,6 +1,6 @@ This directory is for test programs. -A test program is one that will excercise a particular bit of the system +A test program is one that will exercise a particular bit of the system and try to break it and/or measuring performance on it. Please make a subdir per program, and add a brief description to this file.