aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Debugger/ProgramInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Debugger/ProgramInfo.h')
-rw-r--r--include/llvm/Debugger/ProgramInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Debugger/ProgramInfo.h b/include/llvm/Debugger/ProgramInfo.h
index 0807d8ca5b..4420e72418 100644
--- a/include/llvm/Debugger/ProgramInfo.h
+++ b/include/llvm/Debugger/ProgramInfo.h
@@ -227,7 +227,7 @@ namespace llvm {
/// getLanguageCache - This method is used to build per-program caches of
/// information, such as the functions or types visible to the program.
/// This can be used by SourceLanguage implementations because it requires
- /// an accessible <sl>::CacheType typedef, where <sl> is the C++ type of the
+ /// an accessible [sl]::CacheType typedef, where [sl] is the C++ type of the
/// source-language subclass.
template<typename SL>
typename SL::CacheType &getLanguageCache(const SL *L) {