Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Nov 2021 05:00:41 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 6fd36eb5b489 - stable/12 - arm64: Spell BeagleBone correctly in config file.
Message-ID:  <202111190500.1AJ50fLW071966@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=6fd36eb5b48989e469f324f173b3945914c9d603

commit 6fd36eb5b48989e469f324f173b3945914c9d603
Author:     Tom Hukins <tom@FreeBSD.org>
AuthorDate: 2021-11-19 04:59:41 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-11-19 04:59:41 +0000

    arm64: Spell BeagleBone correctly in config file.
    
    Pull Request:           https://github.com/freebsd/freebsd-src/pull/545
    
    (cherry picked from commit 202692b1a733322540723c718288eff3a8054d42)
---
 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 9c7901c6addf..da46173493bf 100644
--- a/sys/arm/conf/GENERIC
+++ b/sys/arm/conf/GENERIC
@@ -179,7 +179,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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111190500.1AJ50fLW071966>