diff options
Diffstat (limited to 'include/lldb/Core/SourceManager.h')
| -rw-r--r-- | include/lldb/Core/SourceManager.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/lldb/Core/SourceManager.h b/include/lldb/Core/SourceManager.h index 053badf64ddc0..ef652531244dd 100644 --- a/include/lldb/Core/SourceManager.h +++ b/include/lldb/Core/SourceManager.h @@ -106,9 +106,8 @@ public: #ifndef SWIG // The SourceFileCache class separates the source manager from the cache of - // source files, so the - // cache can be stored in the Debugger, but the source managers can be per - // target. + // source files, so the cache can be stored in the Debugger, but the source + // managers can be per target. class SourceFileCache { public: SourceFileCache() = default; |
