diff options
author | Julian Büning <julian.buening@rwth-aachen.de> | 2019-05-30 18:29:32 +0200 |
---|---|---|
committer | MartinNowack <martin.nowack@gmail.com> | 2019-06-04 14:14:37 +0100 |
commit | 9b8a54bb3fdb6120c8937a10d9772e1d1dd861e4 (patch) | |
tree | 7a3e1f6af4e7b9a4b986393418401ad961308142 /lib | |
parent | 888371881826cdde49b3d5e5e23893675d77abf3 (diff) | |
download | klee-9b8a54bb3fdb6120c8937a10d9772e1d1dd861e4.tar.gz |
fix some incorrect first lines
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Core/ExecutorTimerInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 // |