Spelling: Fixed a spelling.

Message ID 20240321230225.3483-1-embm29@gmail.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series Spelling: Fixed a spelling. |

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/intel-Functional success Functional PASS
ci/github-robot: build success github build: passed
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-abi-testing success Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-compile-amd64-testing success Testing PASS
ci/iol-unit-arm64-testing success Testing PASS
ci/iol-unit-amd64-testing success Testing PASS
ci/iol-compile-arm64-testing success Testing PASS
ci/iol-sample-apps-testing success Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS

Commit Message

EmiAoki March 21, 2024, 11:02 p.m. UTC
  Caught by codespell.

Signed-off-by: emi <embm29@gmail.com>
---
 doc/guides/prog_guide/profile_app.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Thomas Monjalon March 25, 2024, 1:12 a.m. UTC | #1
22/03/2024 00:02, EmiAoki:
> Caught by codespell.
> 
> Signed-off-by: emi <embm29@gmail.com>

Please what is your full name exactly?
We need it as a contribution policy known as "Developer’s Certificate of Origin".
  
Thomas Monjalon March 25, 2024, 1:27 a.m. UTC | #2
25/03/2024 02:12, Thomas Monjalon:
> 22/03/2024 00:02, EmiAoki:
> > Caught by codespell.
> > 
> > Signed-off-by: emi <embm29@gmail.com>
> 
> Please what is your full name exactly?
> We need it as a contribution policy known as "Developer’s Certificate of Origin".

Found it above: "Emi Aoki" and confirmed with external sources.

added root cause
Fixes: 9d5ba88c2d41 ("doc: add ARM profiling methods")
Cc: stable@dpdk.org

and added your name in .mailmap

Applied, thanks.
  

Patch

diff --git a/doc/guides/prog_guide/profile_app.rst b/doc/guides/prog_guide/profile_app.rst
index 14292d4c25..a6b5fb4d5e 100644
--- a/doc/guides/prog_guide/profile_app.rst
+++ b/doc/guides/prog_guide/profile_app.rst
@@ -59,7 +59,7 @@  addition to the standard events, ``perf`` can be used to profile arm64
 specific PMU (Performance Monitor Unit) events through raw events (``-e``
 ``-rXX``).
 
-For more derails refer to the
+For more details refer to the
 `ARM64 specific PMU events enumeration <http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.100095_0002_04_en/way1382543438508.html>`_.