docs: fix spelling errors in code comments (#45842)

chore: Fix typos
This commit is contained in:
co63oc 2025-02-28 19:24:00 +08:00 committed by GitHub
parent 3041fd66cd
commit 36ec9d7236
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View file

@ -847,7 +847,7 @@ class WebContents final : public ExclusiveAccessContext,
const scoped_refptr<base::TaskRunner> print_task_runner_;
#endif
// Stores the frame thats currently in fullscreen, nullptr if there is none.
// Stores the frame that's currently in fullscreen, nullptr if there is none.
raw_ptr<content::RenderFrameHost> fullscreen_frame_ = nullptr;
std::unique_ptr<SkRegion> draggable_region_;