diff options
Diffstat (limited to 'clang-tools-extra/clangd/refactor/tweaks/DefineInline.cpp')
| -rw-r--r-- | clang-tools-extra/clangd/refactor/tweaks/DefineInline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clangd/refactor/tweaks/DefineInline.cpp b/clang-tools-extra/clangd/refactor/tweaks/DefineInline.cpp index 9db7e302ce6..3d345cdaa54 100644 --- a/clang-tools-extra/clangd/refactor/tweaks/DefineInline.cpp +++ b/clang-tools-extra/clangd/refactor/tweaks/DefineInline.cpp @@ -96,7 +96,7 @@ const FunctionDecl *getSelectedFunction(const SelectionTree::Node *SelNode) { } // Checks the decls mentioned in Source are visible in the context of Target. -// Achives that by checking declaraions occur before target location in +// Achieves that by checking declarations occur before target location in // translation unit or declared in the same class. bool checkDeclsAreVisible(const llvm::DenseSet<const Decl *> &DeclRefs, const FunctionDecl *Target, const SourceManager &SM) { |

