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

@ -151,7 +151,7 @@ class NativeWindowViews : public NativeWindow,
#if BUILDFLAG(IS_WIN)
// Catch-all message handling and filtering. Called before
// HWNDMessageHandler's built-in handling, which may pre-empt some
// HWNDMessageHandler's built-in handling, which may preempt some
// expectations in Views/Aura if messages are consumed. Returns true if the
// message was consumed by the delegate and should not be processed further
// by the HWNDMessageHandler. In this case, |result| is returned. |result| is