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:
David Brown 2024-03-22 10:41:23 -06:00 committed by David Leach
parent a747470086
commit da52c6e3b7
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# Checking and set 'adapter speed'. # 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 } { proc set_adapter_speed_if_not_set { speed } {
puts "checking adapter speed..." puts "checking adapter speed..."
if { [catch {adapter speed} ret] } { if { [catch {adapter speed} ret] } {

View file

@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# Checking and set 'adapter speed'. # 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 } { proc set_adapter_speed_if_not_set { speed } {
puts "checking adapter speed..." puts "checking adapter speed..."
if { [catch {adapter speed} ret] } { if { [catch {adapter speed} ret] } {

View file

@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# Checking and set 'adapter speed'. # 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 } { proc set_adapter_speed_if_not_set { speed } {
puts "checking adapter speed..." puts "checking adapter speed..."
if { [catch {adapter speed} ret] } { if { [catch {adapter speed} ret] } {