diff options
author | Fangrui Song <maskray@google.com> | 2019-05-13 04:42:32 +0000 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2019-05-13 04:42:32 +0000 |
commit | b0e54cbcdf6a5d965e08f50ce2b300fb1410523f (patch) | |
tree | cc4d3d6fb2d79281742d3437a2335b8ea51e9768 /lldb/source/Utility/VASprintf.cpp | |
parent | f9180b5abe405d740428d8109f2c0c4a75ee676b (diff) | |
download | bcm5719-llvm-b0e54cbcdf6a5d965e08f50ce2b300fb1410523f.tar.gz bcm5719-llvm-b0e54cbcdf6a5d965e08f50ce2b300fb1410523f.zip |
Fix file names in file headers. NFC
llvm-svn: 360554
Diffstat (limited to 'lldb/source/Utility/VASprintf.cpp')
-rw-r--r-- | lldb/source/Utility/VASprintf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Utility/VASprintf.cpp b/lldb/source/Utility/VASprintf.cpp index 0ad3615ba55..2ee0f6676fa 100644 --- a/lldb/source/Utility/VASprintf.cpp +++ b/lldb/source/Utility/VASprintf.cpp @@ -1,4 +1,4 @@ -//===-- VASPrintf.cpp -------------------------------------------*- C++ -*-===// +//===-- VASprintf.cpp -------------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. |