about summary refs log tree commit diff homepage
path: root/runtime/klee-libc/memcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/klee-libc/memcpy.c')
-rw-r--r--runtime/klee-libc/memcpy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/klee-libc/memcpy.c b/runtime/klee-libc/memcpy.c
index 7f7f133d..c7c6e6d3 100644
--- a/runtime/klee-libc/memcpy.c
+++ b/runtime/klee-libc/memcpy.c
@@ -1,11 +1,11 @@
-//===-- memcpy.c ----------------------------------------------------------===//
+/*===-- memcpy.c ----------------------------------------------------------===//
 //
 //                     The KLEE Symbolic Virtual Machine
 //
 // This file is distributed under the University of Illinois Open Source
 // License. See LICENSE.TXT for details.
 //
-//===----------------------------------------------------------------------===//
+//===----------------------------------------------------------------------===*/
 
 #include <stdlib.h>