diff options
| author | Raphael Isemann <teemperor@gmail.com> | 2019-01-25 09:28:48 +0000 |
|---|---|---|
| committer | Raphael Isemann <teemperor@gmail.com> | 2019-01-25 09:28:48 +0000 |
| commit | 2a1f300bb54473f3b38bba63291eb584bd4f7c1d (patch) | |
| tree | e0e7b90f2f4c0af09671673ee02ed8b426aba859 | |
| parent | d36f7730cd1a7b37968d971e00e3216d60ff42c5 (diff) | |
| download | bcm5719-llvm-2a1f300bb54473f3b38bba63291eb584bd4f7c1d.tar.gz bcm5719-llvm-2a1f300bb54473f3b38bba63291eb584bd4f7c1d.zip | |
Fix typo in ClangModulesDeclVendor [NFC]
llvm-svn: 352180
| -rw-r--r-- | lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h index a3876180b7e..bcb233a2e1d 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h @@ -103,7 +103,7 @@ public: //------------------------------------------------------------------ /// Query whether Clang supports modules for a particular language. /// LLDB uses this to decide whether to try to find the modules loaded - /// by a gaiven compile unit. + /// by a given compile unit. /// /// @param[in] language /// The language to query for. |

