diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-08-03 20:40:35 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-08-03 20:40:35 +0000 |
commit | c99dd97fc5da2ecb563580127f141cd510c2bfd4 (patch) | |
tree | 0140b38cc8cda759f17848935e360203b37e66e7 /lldb/test/functionalities/non-overlapping-index-variable-i | |
parent | a8d4df429ae0bd464978cd67168abb712a84643b (diff) | |
download | bcm5719-llvm-c99dd97fc5da2ecb563580127f141cd510c2bfd4.tar.gz bcm5719-llvm-c99dd97fc5da2ecb563580127f141cd510c2bfd4.zip |
Fix typos.
llvm-svn: 136809
Diffstat (limited to 'lldb/test/functionalities/non-overlapping-index-variable-i')
-rw-r--r-- | lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp b/lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp index a678dad3423..b4f519cd25a 100644 --- a/lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp +++ b/lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp @@ -1,4 +1,4 @@ -//===-- main.c --------------------------------------------------*- C++ -*-===// +//===-- main.cpp ------------------------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // |