From 899407533ac26ff0ff827631bd5164b67548272f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 18 Jan 2011 06:12:10 +0000 Subject: [PATCH] finish a sentence. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123750 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/SourceLevelDebugging.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index 166ce0790c1..300f97a8800 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -78,7 +78,7 @@ height="369"> that the LLVM debug information takes, which is useful for those interested in creating front-ends or dealing directly with the information. Further, this document provides specific examples of what debug information - for C/C++.

+ for C/C++ looks like.

-- 2.34.1