upeksonly: Fix typos in upeksonly_get_deviation2() comment

This commit is contained in:
Bastien Nocera 2018-12-12 16:13:29 +01:00
parent 9a025bde8b
commit e7bc8e03fc

View file

@ -106,7 +106,7 @@ struct sonly_dev {
};
/* Calculade squared standand deviation of sum of two lines */
/* Calculate squared standard deviation of sum of two lines */
static int upeksonly_get_deviation2(struct fpi_line_asmbl_ctx *ctx,
GSList *line1, GSList *line2)
{