From 90ca7e7aa9bee7ee962674bfbd6e10f1dbebd0c7 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 8 Mar 2009 19:56:53 +0100 Subject: [PATCH] fec: Fix comment to invert_mat(). --- fec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fec.c b/fec.c index f3e68454..fe02487d 100644 --- a/fec.c +++ b/fec.c @@ -214,7 +214,7 @@ static void matmul(unsigned char *a, unsigned char *b, unsigned char *c, * Compute the inverse of a matrix. * * k is the size of the matrix 'src' (Gauss-Jordan, adapted from Numerical - * Recipes in C). Returns -1 if 'src' is singular. + * Recipes in C). Returns negative on errors. */ static int invert_mat(unsigned char *src, int k) { -- 2.39.2