diff options
Diffstat (limited to 'remoting/base/protocol_util.cc')
-rw-r--r-- | remoting/base/protocol_util.cc | 2 |
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) { |