Correct the file title.

llvm-svn: 22414
diff --git a/llvm/examples/ParallelJIT/Makefile b/llvm/examples/ParallelJIT/Makefile
index 1001166..4d92675 100644
--- a/llvm/examples/ParallelJIT/Makefile
+++ b/llvm/examples/ParallelJIT/Makefile
@@ -1,8 +1,8 @@
-##===- examples/HowToUseJIT/Makefile -----------------------*- Makefile -*-===##
+##===- examples/ParallelJIT/Makefile -----------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by Valery A. Khamenya and is distributed under
+# This file was developed by Reid A. Spencer and is distributed under
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##