Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Dec 1, 2014
1 parent bdbe546 commit 9f4f17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dird/dird.c
Expand Up @@ -675,7 +675,7 @@ static bool check_resources()
}

/*
* When the user didn't force use we optimize for size.
* When the user didn't force us we optimize for size.
*/
if (!me->optimize_for_size && !me->optimize_for_speed) {
me->optimize_for_size = true;
Expand Down

0 comments on commit 9f4f17b

Please sign in to comment.