From ac1d5986c836924896aeb934ff71432f80c70063 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Mon, 26 Aug 2019 18:21:13 +0000 Subject: [PATCH] Fix file header. llvm-svn: 369941 --- clang/lib/Basic/Stack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/Basic/Stack.cpp b/clang/lib/Basic/Stack.cpp index 667db5c51fe0..a83100257314 100644 --- a/clang/lib/Basic/Stack.cpp +++ b/clang/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.