From 88f2586adbcdcb350b2923a82bcb07c5a519bd1d Mon Sep 17 00:00:00 2001 From: Lou Logan Date: Mon, 2 Jun 2014 18:46:04 -0800 Subject: fix various typos Signed-off-by: Lou Logan Signed-off-by: Michael Niedermayer --- libavutil/bprint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/bprint.c') diff --git a/libavutil/bprint.c b/libavutil/bprint.c index 7786e3bce7..0a0d07861b 100644 --- a/libavutil/bprint.c +++ b/libavutil/bprint.c @@ -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); -- cgit v1.2.1