From 9b8a54bb3fdb6120c8937a10d9772e1d1dd861e4 Mon Sep 17 00:00:00 2001 From: Julian Büning Date: Thu, 30 May 2019 18:29:32 +0200 Subject: fix some incorrect first lines --- include/klee/Internal/Support/PrintVersion.h | 2 +- include/klee/util/GetElementPtrTypeIterator.h | 2 +- lib/Core/ExecutorTimerInfo.h | 2 +- 3 files changed, 3 insertions(+), 3 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 // diff --git a/lib/Core/ExecutorTimerInfo.h b/lib/Core/ExecutorTimerInfo.h index 7fd85c0f..66ba5c2e 100644 --- a/lib/Core/ExecutorTimerInfo.h +++ b/lib/Core/ExecutorTimerInfo.h @@ -1,4 +1,4 @@ -//===-- Executor.h ----------------------------------------------*- C++ -*-===// +//===-- ExecutorTimerInfo.h -------------------------------------*- C++ -*-===// // // The KLEE Symbolic Virtual Machine // -- cgit 1.4.1