r369941 - Fix file header.
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 26 11:21:13 PDT 2019
Author: rsmith
Date: Mon Aug 26 11:21:13 2019
New Revision: 369941
URL: http://llvm.org/viewvc/llvm-project?rev=369941&view=rev
Log:
Fix file header.
Modified:
cfe/trunk/lib/Basic/Stack.cpp
Modified: cfe/trunk/lib/Basic/Stack.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Basic/Stack.cpp?rev=369941&r1=369940&r2=369941&view=diff
==============================================================================
--- cfe/trunk/lib/Basic/Stack.cpp (original)
+++ cfe/trunk/lib/Basic/Stack.cpp Mon Aug 26 11:21:13 2019
@@ -1,4 +1,4 @@
-//===--- Stack.h - Utilities for dealing with stack space -------*- C++ -*-===//
+//===--- Stack.cpp - Utilities for dealing with stack space ---------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
More information about the cfe-commits
mailing list