aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/Stack.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2019-08-26 18:21:13 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2019-08-26 18:21:13 +0000
commitac1d5986c836924896aeb934ff71432f80c70063 (patch)
tree4b4f2721db1a196b54438f6fa8ae3e79484663c4 /clang/lib/Basic/Stack.cpp
parent26a92d5852b2c6bf77efd26f6c0194c913f40285 (diff)
downloadllvm-ac1d5986c836924896aeb934ff71432f80c70063.zip
llvm-ac1d5986c836924896aeb934ff71432f80c70063.tar.gz
llvm-ac1d5986c836924896aeb934ff71432f80c70063.tar.bz2
Fix file header.
llvm-svn: 369941
Diffstat (limited to 'clang/lib/Basic/Stack.cpp')
-rw-r--r--clang/lib/Basic/Stack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Basic/Stack.cpp b/clang/lib/Basic/Stack.cpp
index 667db5c..a831002 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.