about summary refs log tree commit diff homepage
path: root/include
diff options
context:
space:
mode:
authorJulian Büning <julian.buening@rwth-aachen.de>2019-05-30 18:29:32 +0200
committerMartinNowack <martin.nowack@gmail.com>2019-06-04 14:14:37 +0100
commit9b8a54bb3fdb6120c8937a10d9772e1d1dd861e4 (patch)
tree7a3e1f6af4e7b9a4b986393418401ad961308142 /include
parent888371881826cdde49b3d5e5e23893675d77abf3 (diff)
downloadklee-9b8a54bb3fdb6120c8937a10d9772e1d1dd861e4.tar.gz
fix some incorrect first lines
Diffstat (limited to 'include')
-rw-r--r--include/klee/Internal/Support/PrintVersion.h2
-rw-r--r--include/klee/util/GetElementPtrTypeIterator.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/klee/Internal/Support/PrintVersion.h b/include/klee/Internal/Support/PrintVersion.h
index 750eb133..fbd20e39 100644
--- a/include/klee/Internal/Support/PrintVersion.h
+++ b/include/klee/Internal/Support/PrintVersion.h
@@ -1,4 +1,4 @@
-//===-- Version.h -----------------------------------------------*- C++ -*-===//
+//===-- PrintVersion.h ------------------------------------------*- C++ -*-===//
 //
 //                     The KLEE Symbolic Virtual Machine
 //
diff --git a/include/klee/util/GetElementPtrTypeIterator.h b/include/klee/util/GetElementPtrTypeIterator.h
index dfef1cfd..cdbc36bc 100644
--- a/include/klee/util/GetElementPtrTypeIterator.h
+++ b/include/klee/util/GetElementPtrTypeIterator.h
@@ -1,4 +1,4 @@
-//===- klee/util/GetElementPtrTypeIterator.h --------------------*- C++ -*-===//
+//===-- GetElementPtrTypeIterator.h -----------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //