Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / ffmpeg / libavutil / bprint.c
index 7786e3b..0a0d078 100644 (file)
@@ -356,7 +356,7 @@ int main(void)
     av_bprint_init(&b, 0, 1);
     bprint_pascal(&b, 25);
     printf("Long text in automatic buffer: %u/%u\n", (unsigned)strlen(b.str)/8*8, b.len);
-    /* Note that the size of the automatic buffer is arch-dependant. */
+    /* Note that the size of the automatic buffer is arch-dependent. */
 
     av_bprint_init(&b, 0, 0);
     bprint_pascal(&b, 25);