From d2dd77a2da6b7bc2a1e54cf654413f0fca4e7510 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Mon, 26 Aug 2019 18:21:13 +0000 Subject: [PATCH] Fix file header. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369941 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Basic/Stack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Basic/Stack.cpp b/lib/Basic/Stack.cpp index 667db5c51f..a831002573 100644 --- a/lib/Basic/Stack.cpp +++ b/lib/Basic/Stack.cpp @@ -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. -- 2.40.0