Fix namespace closing comment.

This is closing namespace lldb_utility, not lldb.

llvm-svn: 249924
This commit is contained in:
Bruce Mitchener 2015-10-10 00:45:34 +00:00
parent d91bf8ec59
commit 72cf83d03b
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ private:
};
} // namespace lldb
} // namespace lldb_utility
#endif // #if defined(__cplusplus)
#endif // #ifndef liblldb_PseudoTerminal_h_