git: 202692b1a733 - main - arm64: Spell BeagleBone correctly in config file.

Warner Losh imp at FreeBSD.org
Sat Oct 2 16:30:41 UTC 2021


The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=202692b1a733322540723c718288eff3a8054d42

commit 202692b1a733322540723c718288eff3a8054d42
Author:     Tom Hukins <tom at FreeBSD.org>
AuthorDate: 2021-10-02 11:07:50 +0000
Commit:     Warner Losh <imp at FreeBSD.org>
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


More information about the dev-commits-src-all mailing list