[Asterisk-code-review] build_tools: Spelling fixes (asterisk[16])
Joshua Colp
asteriskteam at digium.com
Tue Nov 16 05:38:00 CST 2021
Joshua Colp has submitted this change. ( https://gerrit.asterisk.org/c/asterisk/+/17446 )
Change subject: build_tools: Spelling fixes
......................................................................
build_tools: Spelling fixes
Correct typos of the following word families:
binutils
ASTERISK-29714
Change-Id: I2f676ab48cd50edc400c43307cb53679e4c09b97
---
M build_tools/download_externals
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
George Joseph: Looks good to me, approved
Joshua Colp: Approved for Submit
diff --git a/build_tools/download_externals b/build_tools/download_externals
index 54a604e..0f82eff 100755
--- a/build_tools/download_externals
+++ b/build_tools/download_externals
@@ -160,7 +160,7 @@
break
else
if [[ "$executable" = "yes" ]] ; then
- # There are easier ways of doing this (objcopy --dump-section) but not in older bunutils
+ # There are easier ways of doing this (objcopy --dump-section) but not in older binutils
length_offset=$(objdump -h $f | sed -n -r -e "s/^\s+[0-9]+\s+.ast_manifest\s+([0-9a-fA-F]+)\s+[0-9a-fA-F]+\s+[0-9a-fA-F]+\s+([0-9a-fA-F]+)\s+.*$/0x\1 0x\2/p")
tags=$($(eval 'printf "dd if=$f bs=1 count=%d skip=%d\n" $length_offset') 2>/dev/null)
if [[ -n "${tags}" && "${tags}" != "${module_name},${variant},${rpv}" ]] ; then
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17446
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 16
Gerrit-Change-Id: I2f676ab48cd50edc400c43307cb53679e4c09b97
Gerrit-Change-Number: 17446
Gerrit-PatchSet: 2
Gerrit-Owner: Josh Soref <jsoref at gmail.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at sangoma.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211116/6848d952/attachment.html>
More information about the asterisk-code-review
mailing list