aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-05-23 21:27:29 +0000
committerChris Lattner <sabre@nondot.org>2004-05-23 21:27:29 +0000
commitf52988a92d61e953ed24b9287981db6421a5de5a (patch)
tree50347e9bb863d1158989c529372815fefbcfcd94
parent8ad864ab14d5922307ac6b5db2f2a6233e6084a9 (diff)
Spelling people's names right is kinda important
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13702 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Transforms/Scalar/LowerGC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/LowerGC.cpp b/lib/Transforms/Scalar/LowerGC.cpp
index 127b4c3dc2..98ff0428f6 100644
--- a/lib/Transforms/Scalar/LowerGC.cpp
+++ b/lib/Transforms/Scalar/LowerGC.cpp
@@ -15,7 +15,7 @@
//
// This pass implements the code transformation described in this paper:
// "Accurate Garbage Collection in an Uncooperative Environment"
-// Fergus Hendersen, ISMM, 2002
+// Fergus Henderson, ISMM, 2002
//
//===----------------------------------------------------------------------===//