img: Fix a typo

This commit is contained in:
Bastien Nocera 2019-08-05 13:15:21 +02:00
parent 0352995cb3
commit 3597a5b0ed

View file

@ -405,7 +405,7 @@ int fpi_img_to_print_data(struct fp_img_dev *imgdev, struct fp_img *img,
} }
} }
/* FIXME: space is wasted if we dont hit the max minutiae count. would /* FIXME: space is wasted if we don't hit the max minutiae count. would
* be good to make this dynamic. */ * be good to make this dynamic. */
print = fpi_print_data_new(FP_DEV(imgdev)); print = fpi_print_data_new(FP_DEV(imgdev));
item = fpi_print_data_item_new(sizeof(struct xyt_struct)); item = fpi_print_data_item_new(sizeof(struct xyt_struct));