From: Richard Smith Date: Mon, 26 Aug 2019 18:21:13 +0000 (+0000) Subject: Fix file header. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2dd77a2da6b7bc2a1e54cf654413f0fca4e7510;p=clang Fix file header. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369941 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.