shithub: libvpx

Download patch

ref: aa4a90c880bc3c8cc28c72f75006afaa332df76b
parent: 2ec0cfbe995e4c6487a3259490ae221bcb6884e8
author: Ralph Giles <giles@entropywave.com>
date: Mon Mar 14 06:50:19 EDT 2011

Improve grammar in a comment.

Change-Id: I18bfda6d420626f2718e096e338c1d0bf0ba029d

--- a/vpx/internal/vpx_codec_internal.h
+++ b/vpx/internal/vpx_codec_internal.h
@@ -332,7 +332,7 @@
  * extended in one of two ways. First, a second, algorithm specific structure
  * can be allocated and the priv member pointed to it. Alternatively, this
  * structure can be made the first member of the algorithm specific structure,
- * and the pointer casted to the proper type.
+ * and the pointer cast to the proper type.
  */
 struct vpx_codec_priv
 {
--