From 72cf83d03b03b19122d674baed433b46621f58d1 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sat, 10 Oct 2015 00:45:34 +0000 Subject: [PATCH] Fix namespace closing comment. This is closing namespace lldb_utility, not lldb. llvm-svn: 249924 --- lldb/include/lldb/Utility/PseudoTerminal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/include/lldb/Utility/PseudoTerminal.h b/lldb/include/lldb/Utility/PseudoTerminal.h index 595b2fc19bfd..d73253497746 100644 --- a/lldb/include/lldb/Utility/PseudoTerminal.h +++ b/lldb/include/lldb/Utility/PseudoTerminal.h @@ -260,7 +260,7 @@ private: }; -} // namespace lldb +} // namespace lldb_utility #endif // #if defined(__cplusplus) #endif // #ifndef liblldb_PseudoTerminal_h_