summaryrefslogtreecommitdiffstats
path: root/net/socket/nss_ssl_util.h
diff options
context:
space:
mode:
authordilmah@chromium.org <dilmah@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-19 20:33:43 +0000
committerdilmah@chromium.org <dilmah@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-19 20:33:43 +0000
commit38dc684dae9a03cd0a1642581d618e39f813013c (patch)
treeb00197013d79cfebe690d77d5dfb46a55c123a3f /net/socket/nss_ssl_util.h
parent3b9448e6acb5fd762afc0c3b3957a65e9d3ef092 (diff)
downloadchromium_src-38dc684dae9a03cd0a1642581d618e39f813013c.zip
chromium_src-38dc684dae9a03cd0a1642581d618e39f813013c.tar.gz
chromium_src-38dc684dae9a03cd0a1642581d618e39f813013c.tar.bz2
Implementation of server socket for websockets protocol.
It is prerequisite to refactoring websocket-to-tcp proxy (existing on ChromeOS). BUG=chromium-os:15533 TEST=unittest Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93010 Review URL: http://codereview.chromium.org/7131009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93089 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/socket/nss_ssl_util.h')
-rw-r--r--net/socket/nss_ssl_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket/nss_ssl_util.h b/net/socket/nss_ssl_util.h
index 2a53fc7..614ab5f 100644
--- a/net/socket/nss_ssl_util.h
+++ b/net/socket/nss_ssl_util.h
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// This file is only inclued in ssl_client_socket_nss.cc and
+// This file is only included in ssl_client_socket_nss.cc and
// ssl_server_socket_nss.cc to share common functions of NSS.
#ifndef NET_SOCKET_NSS_SSL_UTIL_H_