[Lldb-commits] [PATCH] Fix two typos
Tom Tromey via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 18 09:03:14 PDT 2017
This fixes a couple of typos that I happened to notice on the web page.
---
www/architecture/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/architecture/index.html b/www/architecture/index.html
index 312476f..0a8a919 100755
--- a/www/architecture/index.html
+++ b/www/architecture/index.html
@@ -124,7 +124,7 @@
<p>
The Core source files contain basic functionality
that is required in the debugger as well as the
- class represeting the debugger it self (Debugger). A
+ class representing the debugger itself (Debugger). A
wide variety of classes are implemented:
</p>
<ul>
--
2.9.5
More information about the lldb-commits
mailing list