Spelling people's names right is kinda important
authorChris Lattner <sabre@nondot.org>
Sun, 23 May 2004 21:27:29 +0000 (21:27 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 23 May 2004 21:27:29 +0000 (21:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13702 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LowerGC.cpp

index 127b4c3dc20a7d458e748a10504783244d1bf1d1..98ff0428f67577bb38155173f62bbf7f87a9e647 100644 (file)
@@ -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
 //
 //===----------------------------------------------------------------------===//