diff mbox series

fpga: region: fix spelling mistake "partion" -> "partition"

Message ID 20180911123732.32579-1-colin.king@canonical.com (mailing list archive)
State Changes Requested, archived
Headers show
Series fpga: region: fix spelling mistake "partion" -> "partition" | expand

Commit Message

Colin King Sept. 11, 2018, 12:37 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in the documentation

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 Documentation/devicetree/bindings/fpga/fpga-region.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alan Tull Sept. 13, 2018, 8:21 p.m. UTC | #1
On Tue, Sep 11, 2018 at 7:37 AM Colin King <colin.king@canonical.com> wrote:

Hi Colin,

>
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake in the documentation

I took a look, there's other misspellings in this doc.  I'd like to
get them all in one patch if possible.  If I have time I'll add them
to this patch or if you have time, you can.

Alan

>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  Documentation/devicetree/bindings/fpga/fpga-region.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/fpga/fpga-region.txt b/Documentation/devicetree/bindings/fpga/fpga-region.txt
> index 6db8aeda461a..71beb85b56f1 100644
> --- a/Documentation/devicetree/bindings/fpga/fpga-region.txt
> +++ b/Documentation/devicetree/bindings/fpga/fpga-region.txt
> @@ -484,7 +484,7 @@ It is beyond the scope of this document to fully describe all the FPGA design
>  constraints required to make partial reconfiguration work[1] [2] [3], but a few
>  deserve quick mention.
>
> -A persona must have boundary connections that line up with those of the partion
> +A persona must have boundary connections that line up with those of the partition
>  or region it is designed to go into.
>
>  During programming, transactions through those connections must be stopped and
> --
> 2.17.1
>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/fpga/fpga-region.txt b/Documentation/devicetree/bindings/fpga/fpga-region.txt
index 6db8aeda461a..71beb85b56f1 100644
--- a/Documentation/devicetree/bindings/fpga/fpga-region.txt
+++ b/Documentation/devicetree/bindings/fpga/fpga-region.txt
@@ -484,7 +484,7 @@  It is beyond the scope of this document to fully describe all the FPGA design
 constraints required to make partial reconfiguration work[1] [2] [3], but a few
 deserve quick mention.
 
-A persona must have boundary connections that line up with those of the partion
+A persona must have boundary connections that line up with those of the partition
 or region it is designed to go into.
 
 During programming, transactions through those connections must be stopped and