summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-07-12 22:00:29 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-07-12 22:00:29 +0000
commit6a60d18018d4f3c7508b8a1f8d0bab4b5ecaefb3 (patch)
tree5a52d54acadc112f4e8c5e29e1b5384c8dad7aeb /examples
parente8cdc8b3a372015728bfbe494e4a8949fb66f6a6 (diff)
downloadllvm-6a60d18018d4f3c7508b8a1f8d0bab4b5ecaefb3.tar.gz
llvm-6a60d18018d4f3c7508b8a1f8d0bab4b5ecaefb3.tar.bz2
llvm-6a60d18018d4f3c7508b8a1f8d0bab4b5ecaefb3.tar.xz
Correct the file title.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22414 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r--examples/ParallelJIT/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ParallelJIT/Makefile b/examples/ParallelJIT/Makefile
index 10011662d3..4d92675a5c 100644
--- a/examples/ParallelJIT/Makefile
+++ b/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.
#
##===----------------------------------------------------------------------===##