|
From: OpenOCD-Gerrit <ope...@us...> - 2022-11-11 20:24:41
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Main OpenOCD repository".
The branch, master has been updated
via 4e077fddadd7d8fedacc61f59ce18a700f6759cf (commit)
from d3e79c1eafedf24ee8f6ff872826be07d9e9b654 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4e077fddadd7d8fedacc61f59ce18a700f6759cf
Author: George Voicu <raz...@ho...>
Date: Sat Nov 5 10:59:43 2022 +0100
tcl/cpld/xilinx-xcu: fix typo
Fix typo in comments
Signed-off-by: George Voicu <raz...@ho...>
Change-Id: Icc2d770e73f896e20dd347de324328030544bdb9
Reviewed-on: https://review.openocd.org/c/openocd/+/7333
Tested-by: jenkins
Reviewed-by: Antonio Borneo <bor...@gm...>
diff --git a/tcl/cpld/xilinx-xcu.cfg b/tcl/cpld/xilinx-xcu.cfg
index 57a59f59a..9df696d4c 100644
--- a/tcl/cpld/xilinx-xcu.cfg
+++ b/tcl/cpld/xilinx-xcu.cfg
@@ -9,7 +9,7 @@ if { [info exists CHIPNAME] } {
set _CHIPNAME xcu
}
-# The cvarious chips in the Ultrascale family have different IR length.
+# The various chips in the Ultrascale family have different IR length.
# Set $CHIP before including this file to determine the device.
array set _XCU_DATA {
XCKU025 {0x03824093 6}
-----------------------------------------------------------------------
Summary of changes:
tcl/cpld/xilinx-xcu.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Main OpenOCD repository
|