Mercurial > libavcodec.hg
diff imgresample.c @ 6055:bc22d052c6e5 libavcodec
comment typo fixes
| author | diego |
|---|---|
| date | Fri, 21 Dec 2007 11:50:18 +0000 |
| parents | 80103098c797 |
| children | d42d5a90f7de |
line wrap: on
line diff
--- a/imgresample.c Fri Dec 21 10:20:10 2007 +0000 +++ b/imgresample.c Fri Dec 21 11:50:18 2007 +0000 @@ -391,7 +391,7 @@ h_resample(new_line, owidth, src_line, iwidth, - FCENTER * POS_FRAC, s->h_incr, &s->h_filters[0][0]); - /* handle ring buffer wraping */ + /* handle ring buffer wrapping */ if (ring_y >= LINE_BUF_HEIGHT) { memcpy(s->line_buf + (ring_y - LINE_BUF_HEIGHT) * owidth, new_line, owidth);
