diff options
Diffstat (limited to 'include/lldb/Utility/StringLexer.h')
-rw-r--r-- | include/lldb/Utility/StringLexer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lldb/Utility/StringLexer.h b/include/lldb/Utility/StringLexer.h index d9806c1b37d7..533fd4fb896e 100644 --- a/include/lldb/Utility/StringLexer.h +++ b/include/lldb/Utility/StringLexer.h @@ -1,4 +1,4 @@ -//===--------------------- StringLexer.h ------------------------*- C++ -*-===// +//===-- StringLexer.h -------------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. @@ -13,7 +13,7 @@ #include <string> #include <utility> -namespace lldb_utility { +namespace lldb_private { class StringLexer { public: |