summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-04 21:44:59 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-04 21:44:59 +0000
commite31f57f83a45b5d642d3e72759a084f3b7e9b8ee (patch)
treeabfedb688e67005e3818b67e63e54c09839156de /net
parent8b21765ceba175d26921f95e5c9ee7ec6f744366 (diff)
downloadchromium_src-e31f57f83a45b5d642d3e72759a084f3b7e9b8ee.zip
chromium_src-e31f57f83a45b5d642d3e72759a084f3b7e9b8ee.tar.gz
chromium_src-e31f57f83a45b5d642d3e72759a084f3b7e9b8ee.tar.bz2
Comment typo.
BUG=none TEST=none Review URL: http://codereview.chromium.org/462040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33864 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r--net/socket/ssl_client_socket_mac.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket/ssl_client_socket_mac.cc b/net/socket/ssl_client_socket_mac.cc
index 4961bcf..5e085eb 100644
--- a/net/socket/ssl_client_socket_mac.cc
+++ b/net/socket/ssl_client_socket_mac.cc
@@ -70,7 +70,7 @@
// Transport asks for data to be written, we take it all and lie about it always
// being written. We spin in a loop (see SSLWriteCallback() and
// OnTransportWriteComplete()) independent of the main state machine writing
-// the data to he network, and get the data out. The main consequence of this
+// the data to the network, and get the data out. The main consequence of this
// independence from the state machine is that we require a full-duplex
// transport underneath us since we can't use it to keep our reading and
// writing straight. Fortunately, the NSS implementation also has this issue