Skip to content

Commit

Permalink
Fix a typo in webkit.NoUncountedMemberChecker. (llvm#91402)
Browse files Browse the repository at this point in the history
Co-authored-by: Brianna Fan <bfan2@apple.com>
  • Loading branch information
rniwa and briannafan committed May 7, 2024
1 parent ccf765c commit 8fc6887
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class NoUncountedMemberChecker
public:
NoUncountedMemberChecker()
: Bug(this,
"Member variable is a raw-poiner/reference to reference-countable "
"Member variable is a raw-pointer/reference to reference-countable "
"type",
"WebKit coding guidelines") {}

Expand Down

0 comments on commit 8fc6887

Please sign in to comment.