From f0d38856e50db09e47b51b965997fee01be28b12 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 1 Mar 2016 17:17:50 -0500 Subject: [PATCH] typo --- bool_mat/is_nilpotent.c | 2 +- bool_mat/nilpotency_degree.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bool_mat/is_nilpotent.c b/bool_mat/is_nilpotent.c index 6e7c4b76..97cd4855 100644 --- a/bool_mat/is_nilpotent.c +++ b/bool_mat/is_nilpotent.c @@ -33,7 +33,7 @@ typedef struct { int *u; /* 'temporary mark' */ - int *v; /* 'permanant mark' */ + int *v; /* 'permanent mark' */ slong size; } _cycle_detection_s; diff --git a/bool_mat/nilpotency_degree.c b/bool_mat/nilpotency_degree.c index 89a1c35a..e81ceff3 100644 --- a/bool_mat/nilpotency_degree.c +++ b/bool_mat/nilpotency_degree.c @@ -34,7 +34,7 @@ typedef struct { int *u; /* 'temporary mark' */ - int *v; /* 'permanant mark' */ + int *v; /* 'permanent mark' */ slong *post; /* postorder nodes */ slong npost; /* number of postorder nodes so far */ slong size;