diff options
| author | ykla <yklaxds@gmail.com> | 2025-11-25 08:12:17 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2025-11-25 18:17:26 +0000 |
| commit | f7725c3c27e685478398833fbe32504c38438d69 (patch) | |
| tree | 7769ed5c67cf2a39e8da512ddb6780127cb5d7c1 | |
| parent | a4e3e724df8ad4f5a2d74b03636af55ca401b96e (diff) | |
NOTES: Fix a typo in a comments
Signed-off-by: ykla yklaxds@gmail.com
Sponsored by: Chinese FreeBSD Community
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1899
| -rw-r--r-- | sys/conf/NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 3d5f7dd8a71b..8a11f8ec86b1 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1727,7 +1727,7 @@ device ata # Legacy ATA/SATA controllers # PCI ATA chipsets #device ataacard # ACARD #device ataacerlabs # Acer Labs Inc. (ALI) -#device ataamd # American Micro Devices (AMD) +#device ataamd # Advanced Micro Devices (AMD) #device ataati # ATI #device atacenatek # Cenatek #device atacypress # Cypress |
