diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2013-10-29 17:53:27 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2013-10-29 17:53:27 +0000 |
commit | 3b32b2ff106a3b7c0311f46b1766e0a6450bde46 (patch) | |
tree | f3b1500b224b5f87865c68cec542bb475a02d749 /llvm/docs/SourceLevelDebugging.rst | |
parent | df7c7f99baa027b72e4f56b521dd2a6fc7192f90 (diff) | |
download | bcm5719-llvm-3b32b2ff106a3b7c0311f46b1766e0a6450bde46.tar.gz bcm5719-llvm-3b32b2ff106a3b7c0311f46b1766e0a6450bde46.zip |
Fix common typos in the docs.
llvm-svn: 193632
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.rst')
-rw-r--r-- | llvm/docs/SourceLevelDebugging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst index 05ac09cdbda..a1d8110637f 100644 --- a/llvm/docs/SourceLevelDebugging.rst +++ b/llvm/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 |