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