summaryrefslogtreecommitdiffstats
path: root/remoting/base
diff options
context:
space:
mode:
authordmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-30 22:38:34 +0000
committerdmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-30 22:38:34 +0000
commita59a8e0ba416724167265b4147aef6b44dcbc801 (patch)
treed116ed689695c5a801ceb8a6d17e4e2bb172450d /remoting/base
parent591766b91bc6482d9a7d5505cb848f6ff972b86b (diff)
downloadchromium_src-a59a8e0ba416724167265b4147aef6b44dcbc801.zip
chromium_src-a59a8e0ba416724167265b4147aef6b44dcbc801.tar.gz
chromium_src-a59a8e0ba416724167265b4147aef6b44dcbc801.tar.bz2
Fixed up some comments while I was looking at these files.
BUG=none TEST=none Review URL: http://codereview.chromium.org/2818037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51303 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/base')
-rw-r--r--remoting/base/protocol_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/base/protocol_util.cc b/remoting/base/protocol_util.cc
index 508ae44a..6532230d 100644
--- a/remoting/base/protocol_util.cc
+++ b/remoting/base/protocol_util.cc
@@ -25,7 +25,7 @@ scoped_refptr<media::DataBuffer> SerializeAndFrameMessage(
}
int GetBytesPerPixel(PixelFormat format) {
- // Note: The order is important here for performace. This is sorted from the
+ // Note: The order is important here for performance. This is sorted from the
// most common to the less common (PixelFormatAscii is mostly used
// just for testing).
switch (format) {