Skip to content

Commit

Permalink
chore: update comimpl.h (#16011)
Browse files Browse the repository at this point in the history
beggining -> beginning
  • Loading branch information
eltociear authored Jul 29, 2024
1 parent d1bd85e commit fc70228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/Avalonia.Native/inc/comimpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <cstring>

/**
START_COM_CALL causes AddRef to be called at the beggining of a function.
START_COM_CALL causes AddRef to be called at the beginning of a function.
When a function is exited, it causes ReleaseRef to be called.
This ensures that the object cannot be destroyed whilst the function is running.
For example: Window Show is called, which triggers an event, and user calls Close inside the event
Expand Down

0 comments on commit fc70228

Please sign in to comment.