Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Sotiris Nanopoulos <sonanopo@microsoft.com>
  • Loading branch information
Sotiris Nanopoulos committed Dec 2, 2020
1 parent c378f5f commit 7550099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/exe/win32/platform_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ BOOL WINAPI CtrlHandler(DWORD fdwCtrlType) {

// This code is executed as part of a thread running under a Windows
// context. For that reason we want to avoid allocating memory or
// taking locks. This is why we use dont want to just write to a socket
// taking locks. This is why we use do not want to just write to a socket
// to wake up the signal handler.
Buffer::OwnedImpl buffer;
constexpr absl::string_view data{"a"};
Expand Down

0 comments on commit 7550099

Please sign in to comment.