summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/radeon
diff options
context:
space:
mode:
authorkhorben <khorben@NetBSD.org>2022-01-10 01:47:49 +0000
committerkhorben <khorben@NetBSD.org>2022-01-10 01:47:49 +0000
commitf655e1a4037b13f7fd2b2d69659f0fe99df2c98b (patch)
tree5ce9717e6b27316c0d85dba5d28796328984a639 /sys/dev/microcode/radeon
parentc1f93ce9036d6b04a3fe412cffdcde125dbcb0f1 (diff)
Typo in a comment
Diffstat (limited to 'sys/dev/microcode/radeon')
-rw-r--r--sys/dev/microcode/radeon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/radeon/Makefile b/sys/dev/microcode/radeon/Makefile
index fbb513cf3a1..57c4fd7219e 100644
--- a/sys/dev/microcode/radeon/Makefile
+++ b/sys/dev/microcode/radeon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2021/09/26 15:52:40 maya Exp $
+# $NetBSD: Makefile,v 1.9 2022/01/10 01:47:49 khorben Exp $
NOMAN= # defined
@@ -65,7 +65,7 @@ FILES= \
VERDE_ce.bin VERDE_mc.bin VERDE_mc2.bin VERDE_me.bin VERDE_pfp.bin \
VERDE_rlc.bin VERDE_smc.bin
-# radeondrmks needs these after mountroot, but before starting init.
+# radeondrmkms needs these after mountroot, but before starting init.
FIRMWAREDIR= /libdata/firmware
.endif