summaryrefslogtreecommitdiffstats
path: root/base/win
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-22 01:27:04 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-22 01:27:04 +0000
commit668719e2ddde41c16cecb3774decfc0b5799e753 (patch)
treece92f3631eb1158010b89c253a5286c83c03df16 /base/win
parented26f172b96ea37a5db344fbf0be31a00eb6e757 (diff)
downloadchromium_src-668719e2ddde41c16cecb3774decfc0b5799e753.zip
chromium_src-668719e2ddde41c16cecb3774decfc0b5799e753.tar.gz
chromium_src-668719e2ddde41c16cecb3774decfc0b5799e753.tar.bz2
Base: Fix a typo that was not commited with r174480
BUG=none TEST=none TBR=willchan@chromium.org Review URL: https://codereview.chromium.org/11668017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174486 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/win')
-rw-r--r--base/win/scoped_handle.h2
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: