summaryrefslogtreecommitdiffstats
path: root/xvid_vbr.c
diff options
context:
space:
mode:
Diffstat (limited to 'xvid_vbr.c')
-rw-r--r--xvid_vbr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xvid_vbr.c b/xvid_vbr.c
index d3a7388faa..015a812c71 100644
--- a/xvid_vbr.c
+++ b/xvid_vbr.c
@@ -1327,7 +1327,7 @@ static int vbr_getquant_2pass2(void *sstate)
state->desired_bytes2 = bytes2;
- /* Ugly dependance between getquant and getintra */
+ /* Ugly dependence between getquant and getintra */
intra = state->getintra(state);
if(intra) {