From d59761480e6ecae6e4aff28ae1ecad45845b8c0b Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Tue, 29 Oct 2013 17:53:27 +0000 Subject: Fix common typos in the docs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193632 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/SourceLevelDebugging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/SourceLevelDebugging.rst') diff --git a/docs/SourceLevelDebugging.rst b/docs/SourceLevelDebugging.rst index 05ac09c..a1d8110 100644 --- a/docs/SourceLevelDebugging.rst +++ b/docs/SourceLevelDebugging.rst @@ -295,7 +295,7 @@ Subprogram descriptors i32, ;; Index into a virtual function metadata, ;; indicates which base type contains the vtable pointer for the ;; derived class - i32, ;; Flags - Artifical, Private, Protected, Explicit, Prototyped. + i32, ;; Flags - Artificial, Private, Protected, Explicit, Prototyped. i1, ;; isOptimized Function * , ;; Pointer to LLVM function metadata, ;; Lists function template parameters -- cgit v1.1