Correct subject-verb agreement: "architecture provides" not "provide".
Signed-off-by: Stephen Hemminger <[email protected]> --- doc/guides/prog_guide/profile_app.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/profile_app.rst b/doc/guides/prog_guide/profile_app.rst index 2f47680d5d..b2950c2a61 100644 --- a/doc/guides/prog_guide/profile_app.rst +++ b/doc/guides/prog_guide/profile_app.rst @@ -88,7 +88,7 @@ Profiling on ARM64 Using Linux perf ~~~~~~~~~~~~~~~~ -The ARM64 architecture provide performance counters to monitor events. The +The ARM64 architecture provides performance counters to monitor events. The Linux ``perf`` tool can be used to profile and benchmark an application. In addition to the standard events, ``perf`` can be used to profile arm64 specific PMU (Performance Monitor Unit) events through raw events (``-e`` -- 2.51.0

