From b7b4ffbbea6239a125dc292a9f0556e81c111bed Mon Sep 17 00:00:00 2001 From: hasufell Date: Tue, 15 Apr 2014 18:47:58 +0200 Subject: [PATCH] DOC: fix typo --- src/poly.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/poly.c b/src/poly.c index 8625a13..18ca829 100644 --- a/src/poly.c +++ b/src/poly.c @@ -58,7 +58,7 @@ void init_polynom(pb_poly *new_poly, mp_int *chara) } /** - * Initialize a Polynom with a pb_poly adn a mp_int as characteristic + * Initialize a Polynom with a pb_poly and an mp_int as characteristic * with size. Checks if everything went fine. The caller must free * new_poly with pb_clear(). *