From b7d33de2d7fed668e3188f53481edda9d50e1d67 Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Sat, 23 Sep 2023 22:44:13 +0100 Subject: [PATCH] Update comment --- haversine_02/src/repetition_testing/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haversine_02/src/repetition_testing/main.cpp b/haversine_02/src/repetition_testing/main.cpp index d141dfa..35b3ab1 100644 --- a/haversine_02/src/repetition_testing/main.cpp +++ b/haversine_02/src/repetition_testing/main.cpp @@ -20,7 +20,7 @@ int main(int argc, char *argv[]) { switch (argc) { case 3: waves = atol(argv[2]); - // break left intentionally + // break left out intentionally case 2: filename = argv[1]; break;