diff options
Diffstat (limited to 'examples/Fibonacci')
-rw-r--r-- | examples/Fibonacci/Makefile | 2 | ||||
-rw-r--r-- | examples/Fibonacci/fibonacci.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/Fibonacci/Makefile b/examples/Fibonacci/Makefile index 60392e2..ac6de5d 100644 --- a/examples/Fibonacci/Makefile +++ b/examples/Fibonacci/Makefile @@ -1,4 +1,4 @@ -##===- projects/Fibonacci/Makefile -------------------------*- Makefile -*-===## +##===- examples/Fibonacci/Makefile -------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # diff --git a/examples/Fibonacci/fibonacci.cpp b/examples/Fibonacci/fibonacci.cpp index 776378d..f34aed7 100644 --- a/examples/Fibonacci/fibonacci.cpp +++ b/examples/Fibonacci/fibonacci.cpp @@ -1,4 +1,4 @@ -//===--- fibonacci.cpp - An example use of the JIT ----------------------===// +//===--- examples/Fibonacci/fibonacci.cpp - An example use of the JIT -----===// // // The LLVM Compiler Infrastructure // |