Skip to content

Commit c16307e

Browse files
ColinIanKingramesh-thomas
authored andcommitted
accfg/list: fix typo "Momery" -> "Memory"
There is a typo in a literal string in the iax_op_code_name array, fix it. Also fix associated documentation that contains the same typo. Signed-off-by: Colin Ian King <[email protected]>
1 parent 3f0eb52 commit c16307e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/accfg/accel-config-info.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dsa0 [active]
2020

2121
00000000,00000000,00000000,00000000,00000000,00000000,0000007b,00bf07fd
2222

23-
Batch[-] Drain[+] Memory Move[+] Fill[+] Compare[+] Compare Pattern[+] Create Delta Record[+] Apply Delta Record[+] Memory Copy with Dualcast[+] Translation Fetch[+] CRC Generation[+] Copy with CRC Generation[+] DIF Check[+] DIF Insert[+] DIF Strip[+] DIF Update[+] DIX Generate[+] Cache Flush[+] Update Window[+] Inter-Domain Momery Copy[+] Inter-Domain Fill[+] Inter-Domain Compare[+] Inter-Domain Compare Pattern[+] Inter-Domain Cache Flush[-]
23+
Batch[-] Drain[+] Memory Move[+] Fill[+] Compare[+] Compare Pattern[+] Create Delta Record[+] Apply Delta Record[+] Memory Copy with Dualcast[+] Translation Fetch[+] CRC Generation[+] Copy with CRC Generation[+] DIF Check[+] DIF Insert[+] DIF Strip[+] DIF Update[+] DIX Generate[+] Cache Flush[+] Update Window[+] Inter-Domain Memory Copy[+] Inter-Domain Fill[+] Inter-Domain Compare[+] Inter-Domain Compare Pattern[+] Inter-Domain Cache Flush[-]
2424

2525
iax1
2626

accfg/list.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ struct map_op_name iax_op_code_name[] = {
7979
{0x17, "DIX Generate"}, \
8080
{0x20, "Cache Flush"}, \
8181
{0x21, "Update Window"}, \
82-
{0x23, "Inter-Domain Momery Copy"}, \
82+
{0x23, "Inter-Domain Memory Copy"}, \
8383
{0x24, "Inter-Domain Fill"}, \
8484
{0x25, "Inter-Domain Compare"}, \
8585
{0x26, "Inter-Domain Compare Pattern"}, \

0 commit comments

Comments
 (0)