From bd2c2ad356208fefcd4c928b6714bb6cbb542f3b Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:19:24 -0500 Subject: [PATCH] spelling: conjunction Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- platform/robert/boot/waftools/objcopy.py | 2 +- platform/silk/boot/waftools/objcopy.py | 2 +- platform/snowy/boot/waftools/objcopy.py | 2 +- platform/tintin/boot/waftools/objcopy.py | 2 +- python_libs/pblprog/loader/waftools/objcopy.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/platform/robert/boot/waftools/objcopy.py b/platform/robert/boot/waftools/objcopy.py index 4385f2aa..50c4f407 100644 --- a/platform/robert/boot/waftools/objcopy.py +++ b/platform/robert/boot/waftools/objcopy.py @@ -17,7 +17,7 @@ """ Support for converting linked targets to ihex, srec or binary files using -objcopy. Use the 'objcopy' feature in conjuction with the 'cc' or 'cxx' +objcopy. Use the 'objcopy' feature in conjunction with the 'cc' or 'cxx' feature. The 'objcopy' feature uses the following attributes: objcopy_bfdname Target object format name (eg. ihex, srec, binary). diff --git a/platform/silk/boot/waftools/objcopy.py b/platform/silk/boot/waftools/objcopy.py index 97c4894d..a582d941 100644 --- a/platform/silk/boot/waftools/objcopy.py +++ b/platform/silk/boot/waftools/objcopy.py @@ -17,7 +17,7 @@ """ Support for converting linked targets to ihex, srec or binary files using -objcopy. Use the 'objcopy' feature in conjuction with the 'cc' or 'cxx' +objcopy. Use the 'objcopy' feature in conjunction with the 'cc' or 'cxx' feature. The 'objcopy' feature uses the following attributes: objcopy_bfdname Target object format name (eg. ihex, srec, binary). diff --git a/platform/snowy/boot/waftools/objcopy.py b/platform/snowy/boot/waftools/objcopy.py index c99fdc7e..3c000b1a 100644 --- a/platform/snowy/boot/waftools/objcopy.py +++ b/platform/snowy/boot/waftools/objcopy.py @@ -17,7 +17,7 @@ """ Support for converting linked targets to ihex, srec or binary files using -objcopy. Use the 'objcopy' feature in conjuction with the 'cc' or 'cxx' +objcopy. Use the 'objcopy' feature in conjunction with the 'cc' or 'cxx' feature. The 'objcopy' feature uses the following attributes: objcopy_bfdname Target object format name (eg. ihex, srec, binary). diff --git a/platform/tintin/boot/waftools/objcopy.py b/platform/tintin/boot/waftools/objcopy.py index 97c4894d..a582d941 100644 --- a/platform/tintin/boot/waftools/objcopy.py +++ b/platform/tintin/boot/waftools/objcopy.py @@ -17,7 +17,7 @@ """ Support for converting linked targets to ihex, srec or binary files using -objcopy. Use the 'objcopy' feature in conjuction with the 'cc' or 'cxx' +objcopy. Use the 'objcopy' feature in conjunction with the 'cc' or 'cxx' feature. The 'objcopy' feature uses the following attributes: objcopy_bfdname Target object format name (eg. ihex, srec, binary). diff --git a/python_libs/pblprog/loader/waftools/objcopy.py b/python_libs/pblprog/loader/waftools/objcopy.py index 4385f2aa..50c4f407 100644 --- a/python_libs/pblprog/loader/waftools/objcopy.py +++ b/python_libs/pblprog/loader/waftools/objcopy.py @@ -17,7 +17,7 @@ """ Support for converting linked targets to ihex, srec or binary files using -objcopy. Use the 'objcopy' feature in conjuction with the 'cc' or 'cxx' +objcopy. Use the 'objcopy' feature in conjunction with the 'cc' or 'cxx' feature. The 'objcopy' feature uses the following attributes: objcopy_bfdname Target object format name (eg. ihex, srec, binary).