aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2019-10-03 23:32:42 +0000
committerJim Ingham <jingham@apple.com>2019-10-03 23:32:42 +0000
commit4481c464269ef866368deb0d81a0a72ea7b41823 (patch)
tree1a98ad156b59b8081344196c2fbd7c13b0b542d3 /source
parent4e263b1f0e34a572e391a440aabf42d8183084d1 (diff)
downloadlldb-4481c464269ef866368deb0d81a0a72ea7b41823.tar.gz
Forgot to change the header guards on OptionGroupPythonClassWithDict.
I think that's what is confusing the modules build on the bots. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@373677 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'source')
-rw-r--r--source/Interpreter/OptionGroupPythonClassWithDict.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Interpreter/OptionGroupPythonClassWithDict.cpp b/source/Interpreter/OptionGroupPythonClassWithDict.cpp
index 6b167866a..225a0a8d1 100644
--- a/source/Interpreter/OptionGroupPythonClassWithDict.cpp
+++ b/source/Interpreter/OptionGroupPythonClassWithDict.cpp
@@ -1,4 +1,4 @@
-//===-- OptionGroupKeyValue.cpp ----------------------------------*- C++ -*-===//
+//===-- OptionGroupPythonClassWithDict.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.