Spelling people's names right is kinda important

llvm-svn: 13702
diff --git a/llvm/lib/Transforms/Scalar/LowerGC.cpp b/llvm/lib/Transforms/Scalar/LowerGC.cpp
index 127b4c3..98ff042 100644
--- a/llvm/lib/Transforms/Scalar/LowerGC.cpp
+++ b/llvm/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
 //
 //===----------------------------------------------------------------------===//