diff --git a/lldb/source/Interpreter/CMakeLists.txt b/lldb/source/Interpreter/CMakeLists.txt index 5f7229240b42..56431d8bf3bf 100644 --- a/lldb/source/Interpreter/CMakeLists.txt +++ b/lldb/source/Interpreter/CMakeLists.txt @@ -35,7 +35,7 @@ add_lldb_library(lldbInterpreter OptionValueDictionary.cpp OptionValueEnumeration.cpp OptionValueFileSpec.cpp - OptionValueFileSpecLIst.cpp + OptionValueFileSpecListTmp.cpp OptionValueFormat.cpp OptionValueFormatEntity.cpp OptionValueLanguage.cpp diff --git a/lldb/source/Interpreter/OptionValueFileSpecLIst.cpp b/lldb/source/Interpreter/OptionValueFileSpecListTmp.cpp similarity index 98% rename from lldb/source/Interpreter/OptionValueFileSpecLIst.cpp rename to lldb/source/Interpreter/OptionValueFileSpecListTmp.cpp index a95188870f0b..1a9d3c9ecb87 100644 --- a/lldb/source/Interpreter/OptionValueFileSpecLIst.cpp +++ b/lldb/source/Interpreter/OptionValueFileSpecListTmp.cpp @@ -1,4 +1,4 @@ -//===-- OptionValueFileSpecLIst.cpp -----------------------------*- C++ -*-===// +//===-- OptionValueFileSpecList.cpp ---------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information.