intel: Fix a typo in decode error message.

Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
main
Eric Anholt 2012-01-27 13:27:56 -08:00
parent 23eeb7e1e4
commit 259e7b6138
1 changed files with 1 additions and 1 deletions

View File

@ -2984,7 +2984,7 @@ decode_3d_965(struct drm_intel_decode *ctx)
if (len < opcode_3d->min_len ||
len > opcode_3d->max_len) {
fprintf(out, "Bad length %d in %s, expeted %d-%d\n",
fprintf(out, "Bad length %d in %s, expected %d-%d\n",
len, opcode_3d->name,
opcode_3d->min_len, opcode_3d->max_len);
}