boards: Spelling and grammar fix in openocd comment
This file has been copied a few times. Clean up the grammar and spelling in a comment in the file. Signed-off-by: David Brown <david.brown@linaro.org>
This commit is contained in:
parent
a747470086
commit
da52c6e3b7
|
@ -2,7 +2,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# Checking and set 'adapter speed'.
|
||||
# Set adapter speed that assigned by argument if not be seted.
|
||||
# Set the adaptor speed, if unset, and given as an argument.
|
||||
proc set_adapter_speed_if_not_set { speed } {
|
||||
puts "checking adapter speed..."
|
||||
if { [catch {adapter speed} ret] } {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# Checking and set 'adapter speed'.
|
||||
# Set adapter speed that assigned by argument if not be seted.
|
||||
# Set the adaptor speed, if unset, and given as an argument.
|
||||
proc set_adapter_speed_if_not_set { speed } {
|
||||
puts "checking adapter speed..."
|
||||
if { [catch {adapter speed} ret] } {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# Checking and set 'adapter speed'.
|
||||
# Set adapter speed that assigned by argument if not be seted.
|
||||
# Set the adaptor speed, if unset, and given as an argument.
|
||||
proc set_adapter_speed_if_not_set { speed } {
|
||||
puts "checking adapter speed..."
|
||||
if { [catch {adapter speed} ret] } {
|
||||
|
|
Loading…
Reference in a new issue