From 68ffe8ec5c23c0d6a7331403d4c968b94410116f Mon Sep 17 00:00:00 2001 From: cozis Date: Fri, 14 Jan 2022 03:40:39 +0100 Subject: [PATCH] typo --- time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/time.c b/time.c index 79d27b8..7f3ae38 100644 --- a/time.c +++ b/time.c @@ -5,7 +5,7 @@ #include #include "lina.h" -/* This function compares the lina_transpose +/* This program compares the lina_transpose ** implementation against the naive implementation. */