diff options
author | rch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-25 15:51:05 +0000 |
---|---|---|
committer | rch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-25 15:51:05 +0000 |
commit | 7759f8540eb40bfed0026921c53002618b5971e0 (patch) | |
tree | bff54a04689446551727e8cc8811268493dac74e /net/quic/quic_framer.h | |
parent | 1e9342d0880aba65fe4dff1398011caf05eabff4 (diff) | |
download | chromium_src-7759f8540eb40bfed0026921c53002618b5971e0.zip chromium_src-7759f8540eb40bfed0026921c53002618b5971e0.tar.gz chromium_src-7759f8540eb40bfed0026921c53002618b5971e0.tar.bz2 |
Minor reformatting cleanup of quic framer.
Review URL: https://chromiumcodereview.appspot.com/12051065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178830 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/quic/quic_framer.h')
-rw-r--r-- | net/quic/quic_framer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/quic/quic_framer.h b/net/quic/quic_framer.h index 31105f1..d507630 100644 --- a/net/quic/quic_framer.h +++ b/net/quic/quic_framer.h @@ -37,7 +37,7 @@ class NET_EXPORT_PRIVATE QuicFramerVisitorInterface { // Called if an error is detected in the QUIC protocol. virtual void OnError(QuicFramer* framer) = 0; - // Called when a new packet has been recieved, before it + // Called when a new packet has been received, before it // has been validated or processed. virtual void OnPacket(const IPEndPoint& self_address, const IPEndPoint& peer_address) = 0; |