From fb3e5ca53b412a41d26bb4316f10e68aa72f65f6 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 9 Feb 2009 12:31:40 +0000 Subject: [PATCH] Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64137 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/ADT/APInt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/ADT/APInt.cpp b/unittests/ADT/APInt.cpp index cbcc1390bca..cca512463ce 100644 --- a/unittests/ADT/APInt.cpp +++ b/unittests/ADT/APInt.cpp @@ -1,4 +1,4 @@ -//===- llvm/unittest/ADT/APInt.cpp - APInt unit tests -----------*- C++ -*-===// +//===- llvm/unittest/ADT/APInt.cpp - APInt unit tests ---------------------===// // // The LLVM Compiler Infrastructure // -- 2.34.1