diff options
-rw-r--r-- | base/win/scoped_handle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/win/scoped_handle.h b/base/win/scoped_handle.h index b710b7d..d236a70 100644 --- a/base/win/scoped_handle.h +++ b/base/win/scoped_handle.h @@ -42,7 +42,7 @@ class GenericScopedHandle { public: typedef typename Traits::Handle Handle; - // Helper object to contain the effect of Receive() to the funtion that needs + // Helper object to contain the effect of Receive() to the function that needs // a pointer, and allow proper tracking of the handle. class Receiver { public: |