From: Lang Hames Date: Sat, 27 Apr 2019 16:13:53 +0000 (+0000) Subject: [lli] Fix a typo in a cl::opt description. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59757b4536106c396ebda23ed3de0d394d90e5d2;p=llvm [lli] Fix a typo in a cl::opt description. Patch by Wasiher. Thanks Wasiher! Differential Revision: https://reviews.llvm.org/D61135 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359384 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/lli/lli.cpp b/tools/lli/lli.cpp index 4c685cece4d..66254a3696d 100644 --- a/tools/lli/lli.cpp +++ b/tools/lli/lli.cpp @@ -172,7 +172,7 @@ namespace { cl::opt EnableCacheManager("enable-cache-manager", - cl::desc("Use cache manager to save/load mdoules"), + cl::desc("Use cache manager to save/load modules"), cl::init(false)); cl::opt