From 62ff6ef5b5a3b01549ee1f556ee761c5de18d879 Mon Sep 17 00:00:00 2001 From: Jan Potocki Date: Wed, 20 Nov 2019 18:16:26 +0100 Subject: [PATCH] Fixed comment --- pea2plus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pea2plus.cpp b/pea2plus.cpp index 232ccc3..9995154 100755 --- a/pea2plus.cpp +++ b/pea2plus.cpp @@ -12,7 +12,7 @@ using namespace std; // USTAWIENIA -// Liczba powtorzen automatycznych pomiarow do usrednienia +// Liczba powtorzen automatycznych pomiarow const int measureIterations = 10; // liczba automatycznych pomiarow const int measureNumber = 4;