From b7f48a08dbaec03790aa09e83cd04ca995187b57 Mon Sep 17 00:00:00 2001 From: Stefan Rueger Date: Sat, 18 Mar 2023 16:37:08 +0000 Subject: [PATCH] Fix typo --- src/doc/avrdude.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/avrdude.texi b/src/doc/avrdude.texi index 4a2197a9..22139037 100644 --- a/src/doc/avrdude.texi +++ b/src/doc/avrdude.texi @@ -1617,7 +1617,7 @@ One trailing comma at the end of data items is ignored to facilitate copy and paste of lists. @item write @var{memtype} @var{addr} @var{length} @var{data[,]} @{@var{data[,]}@} @dots{} -The ellipses form @dots{} of write is similar to above, but @var{length} +The ellipsis form @dots{} of write is similar to above, but @var{length} byte of the memory are written. For that purpose, after writing the initial items, the last @var{data} item is replicated as many times as needed.