git: 8b8c7aa78643 - stable/13 - bce(4): Fix two typos in kernel messages

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Tue, 09 Aug 2022 06:02:20 UTC
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=8b8c7aa78643719ba70743846ec13eedd64098fc

commit 8b8c7aa78643719ba70743846ec13eedd64098fc
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-08-06 09:32:29 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-08-09 06:02:10 +0000

    bce(4): Fix two typos in kernel messages
    
    - s/bufferred/buffered/
    
    (cherry picked from commit 1ffd352bc25bb74eb4026c271dea1410e0098fb3)
---
 sys/dev/bce/if_bce.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/dev/bce/if_bce.c b/sys/dev/bce/if_bce.c
index a01c2ea1bbd3..e4c46a1443cf 100644
--- a/sys/dev/bce/if_bce.c
+++ b/sys/dev/bce/if_bce.c
@@ -241,12 +241,12 @@ static const struct flash_spec flash_table[] =
 	{0x19000002, 0x5b808201, 0x000500db, 0x03840253, 0xaf020406,
 	 NONBUFFERED_FLAGS, ST_MICRO_FLASH_PAGE_BITS, ST_MICRO_FLASH_PAGE_SIZE,
 	 ST_MICRO_FLASH_BYTE_ADDR_MASK, ST_MICRO_FLASH_BASE_TOTAL_SIZE*2,
-	 "Entry 0101: ST M45PE10 (128kB non-bufferred)"},
+	 "Entry 0101: ST M45PE10 (128kB non-buffered)"},
 	/* Entry 0110: ST M45PE20 (non-buffered flash)*/
 	{0x15000001, 0x57808201, 0x000500db, 0x03840253, 0xaf020406,
 	 NONBUFFERED_FLAGS, ST_MICRO_FLASH_PAGE_BITS, ST_MICRO_FLASH_PAGE_SIZE,
 	 ST_MICRO_FLASH_BYTE_ADDR_MASK, ST_MICRO_FLASH_BASE_TOTAL_SIZE*4,
-	 "Entry 0110: ST M45PE20 (256kB non-bufferred)"},
+	 "Entry 0110: ST M45PE20 (256kB non-buffered)"},
 	/* Saifun SA25F005 (non-buffered flash) */
 	/* strap, cfg1, & write1 need updates */
 	{0x1d000003, 0x5f808201, 0x00050081, 0x03840253, 0xaf020406,