The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=202692b1a733322540723c718288eff3a8054d42
commit 202692b1a733322540723c718288eff3a8054d42 Author: Tom Hukins <[email protected]> AuthorDate: 2021-10-02 11:07:50 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2021-10-02 16:30:14 +0000 arm64: Spell BeagleBone correctly in config file. Pull Request: https://github.com/freebsd/freebsd-src/pull/545 --- sys/arm/conf/GENERIC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arm/conf/GENERIC b/sys/arm/conf/GENERIC index 427f354d1f93..e51a04244367 100644 --- a/sys/arm/conf/GENERIC +++ b/sys/arm/conf/GENERIC @@ -184,7 +184,7 @@ device ti_adc device pwm # Watchdog support -# If we don't enable the watchdog driver, the BealeBone could potentially +# If we don't enable the watchdog driver, the BeagleBone could potentially # reboot automatically because the boot loader might have enabled the # watchdog. device ti_wdt _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
