From b056761165e2fb7409d21abaec3937eae874e995 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Thu, 1 Jun 2006 16:48:56 +0000
Subject: [PATCH] Fix a typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28627 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/TestingGuide.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html
index f036515a7b7..5bbb9b2dce9 100644
--- a/docs/TestingGuide.html
+++ b/docs/TestingGuide.html
@@ -565,7 +565,7 @@ programs don't break as well as keep track of LLVM's progress over time.
If you'd like to set up an instance of the nightly tester to run on your
machine, take a look at the comments at the top of the
-utils/NightlyTester.pl file. We usually run it from a crontab entry
+utils/NightlyTest.pl file. We usually run it from a crontab entry
that looks like this:
--
2.34.1