[llvm] r244429 - llvm/include/llvm/Support/Memory.h: Fix comment header.
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 9 21:21:19 PDT 2015
Author: chapuni
Date: Sun Aug 9 23:21:19 2015
New Revision: 244429
URL: http://llvm.org/viewvc/llvm-project?rev=244429&view=rev
Log:
llvm/include/llvm/Support/Memory.h: Fix comment header.
Modified:
llvm/trunk/include/llvm/Support/Memory.h
Modified: llvm/trunk/include/llvm/Support/Memory.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Memory.h?rev=244429&r1=244428&r2=244429&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/Memory.h (original)
+++ llvm/trunk/include/llvm/Support/Memory.h Sun Aug 9 23:21:19 2015
@@ -1,4 +1,4 @@
-//===- llvm/Support/Memory.h - Memory Support --------------------*- C++ -*-===//
+//===- llvm/Support/Memory.h - Memory Support -------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
More information about the llvm-commits
mailing list