From 8528e78f0d281de4d683de4e1b93b6ff9bed7f5c Mon Sep 17 00:00:00 2001
From: John Criswell
Date: Mon, 3 Dec 2007 19:34:25 +0000
Subject: [PATCH] Fixed typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44542 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/WritingAnLLVMPass.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html
index 61bbba51361..aae0dec6b1a 100644
--- a/docs/WritingAnLLVMPass.html
+++ b/docs/WritingAnLLVMPass.html
@@ -996,7 +996,7 @@ depended on.
-
One of the main responsibilities of the PassManager is the make sure
+
One of the main responsibilities of the PassManager is to make sure
that passes interact with each other correctly. Because PassManager
tries to optimize the execution of passes it must
know how the passes interact with each other and what dependencies exist between