diff options
author | Ed Maste <emaste@freebsd.org> | 2014-02-02 19:25:11 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2014-02-02 19:25:11 +0000 |
commit | 10c82017b670e5e54d5e6ce497dee2321c909b12 (patch) | |
tree | 6d44721b64fb0ec19ddc353408ffb15f2ebed881 /lldb/source/Host | |
parent | dbd5950b633a26d8dcc8415e0ebf9eb25e355cff (diff) | |
download | bcm5719-llvm-10c82017b670e5e54d5e6ce497dee2321c909b12.tar.gz bcm5719-llvm-10c82017b670e5e54d5e6ce497dee2321c909b12.zip |
Update header comment to match filename
llvm-svn: 200647
Diffstat (limited to 'lldb/source/Host')
-rw-r--r-- | lldb/source/Host/windows/EditLineWin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Host/windows/EditLineWin.cpp b/lldb/source/Host/windows/EditLineWin.cpp index da3a9eac857..706165baedb 100644 --- a/lldb/source/Host/windows/EditLineWin.cpp +++ b/lldb/source/Host/windows/EditLineWin.cpp @@ -1,4 +1,4 @@ -//===-- ELWrapper.cpp -------------------------------------------*- C++ -*-===// +//===-- EditLineWin.cpp -----------------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // |