diff --git a/clang-tools-extra/docs/clang-tidy/checks/google-objc-global-variable-declaration.rst b/clang-tools-extra/docs/clang-tidy/checks/google-objc-global-variable-declaration.rst --- a/clang-tools-extra/docs/clang-tidy/checks/google-objc-global-variable-declaration.rst +++ b/clang-tools-extra/docs/clang-tidy/checks/google-objc-global-variable-declaration.rst @@ -44,4 +44,4 @@ static NSString* __anotherString = @"world"; The check will give a warning message but will not be able to suggest a fix. The -user need to fix it on his own. +user needs to fix it on their own. diff --git a/lldb/docs/use/variable.rst b/lldb/docs/use/variable.rst --- a/lldb/docs/use/variable.rst +++ b/lldb/docs/use/variable.rst @@ -993,7 +993,7 @@ user to see. A filter will solve this issue by only letting the user see those member -variables he cares about. Of course, the equivalent of a filter can be +variables they care about. Of course, the equivalent of a filter can be implemented easily using synthetic children, but a filter lets you get the job done without having to write Python code.