From c2ab5a2a63f22b4ae2047d6bc1dc3fea54fa51b6 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Tue, 12 Oct 2004 21:48:02 +0000 Subject: [PATCH] Fix file comment header git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16942 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/System/TimeValue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/System/TimeValue.h b/include/llvm/System/TimeValue.h index 0ca83aa2e88..1152975b2c9 100644 --- a/include/llvm/System/TimeValue.h +++ b/include/llvm/System/TimeValue.h @@ -1,4 +1,4 @@ -//===-- TimeValue.h - Declare OS TimeValue Concept ---------------*- C++ -*-===// +//===-- TimeValue.h - Declare OS TimeValue Concept --------------*- C++ -*-===// // // The LLVM Compiler Infrastructure //