git: 2b33068366d5 - main - devel/easy-profiler: Improve pkg-descr

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 20 Jun 2022 21:55:48 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2b33068366d5bc6b39abea5e845937dfe702c1ed

commit 2b33068366d5bc6b39abea5e845937dfe702c1ed
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-06-20 21:55:27 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-06-20 21:55:27 +0000

    devel/easy-profiler: Improve pkg-descr
---
 devel/easy-profiler/pkg-descr | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/devel/easy-profiler/pkg-descr b/devel/easy-profiler/pkg-descr
index 24827c5449ec..522d3f92d7d9 100644
--- a/devel/easy-profiler/pkg-descr
+++ b/devel/easy-profiler/pkg-descr
@@ -1,8 +1,8 @@
 Lightweight cross-platform profiler library for C++.
 
-You can profile any function in you code. Furthermore this library
-allows to measure time of any block of code. For example, gathering
+You can profile any function in C++ code. Furthermore this library
+allows to measure runtime of any block of code. For example, gathering
 information for 12 million blocks is using less than 300MB of memory.
-Working profiler slows your application execution by only 1-2%.
+Working profiler slows an application execution by only 1-2%.
 
 WWW: https://github.com/yse/easy_profiler