doc: fix typo in SPDX tag
authorKevin Traynor <ktraynor@redhat.com>
Fri, 11 Jun 2021 16:38:42 +0000 (17:38 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 17 Jun 2021 07:43:25 +0000 (09:43 +0200)
A stray character got added. Remove it.

Fixes: cb056611a8ed ("eal: rename lcore master and slave")
Cc: stable@dpdk.org
Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
doc/guides/sample_app_ug/hello_world.rst

index 7cb9279..6ec93e0 100644 (file)
@@ -1,4 +1,4 @@
-o..  SPDX-License-Identifier: BSD-3-Clause
+..  SPDX-License-Identifier: BSD-3-Clause
     Copyright(c) 2010-2014 Intel Corporation.
 
 Hello World Sample Application