From 8f38c5f0d37a90da27af3f9032511159e43151c2 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 10 Aug 2015 04:21:19 +0000 Subject: [PATCH] llvm/include/llvm/Support/Memory.h: Fix comment header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244429 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Support/Memory.h b/include/llvm/Support/Memory.h index b4305cb697d..79353198efc 100644 --- a/include/llvm/Support/Memory.h +++ b/include/llvm/Support/Memory.h @@ -1,4 +1,4 @@ -//===- llvm/Support/Memory.h - Memory Support --------------------*- C++ -*-===// +//===- llvm/Support/Memory.h - Memory Support -------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // -- 2.34.1