diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2019-08-26 18:21:13 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2019-08-26 18:21:13 +0000 |
commit | ac1d5986c836924896aeb934ff71432f80c70063 (patch) | |
tree | 4b4f2721db1a196b54438f6fa8ae3e79484663c4 /clang/lib/Basic/Stack.cpp | |
parent | 26a92d5852b2c6bf77efd26f6c0194c913f40285 (diff) | |
download | llvm-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.cpp | 2 |
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. |