From f8142aaa5698a8ec0594cde0baa37acd8fecc252 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:09:12 -0500 Subject: [PATCH] spelling: macos Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- ftdi_reload.sh | 2 +- ftdi_unload.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ftdi_reload.sh b/ftdi_reload.sh index c172d7fd..7ed492bd 100755 --- a/ftdi_reload.sh +++ b/ftdi_reload.sh @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This script works around an issue in MacOS 10.9 (Mavericks) that causes +# This script works around an issue in macOS 10.9 (Mavericks) that causes # it to go back to the original Apple USB FTDI drivers after a reboot. sudo kextunload /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBFTDI.kext sudo kextcache -system-prelinked-kernel diff --git a/ftdi_unload.sh b/ftdi_unload.sh index 3c76527b..06378f47 100755 --- a/ftdi_unload.sh +++ b/ftdi_unload.sh @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This script works around an issue in MacOS 10.9 (Mavericks) that causes +# This script works around an issue in macOS 10.9 (Mavericks) that causes # it to go back to the original Apple USB FTDI drivers after a reboot. sudo kextunload /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBFTDI.kext sudo kextunload /System/Library/Extensions/FTDIUSBSerialDriver.kext