This commit is contained in:
Stefan Rueger
2023-03-18 16:37:08 +00:00
parent 4019edf60d
commit b7f48a08db

View File

@@ -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.