Module Name: src
Committed By: khorben
Date: Mon Jan 10 01:47:49 UTC 2022
Modified Files:
src/sys/dev/microcode/radeon: Makefile
Log Message:
Typo in a comment
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/microcode/radeon/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/microcode/radeon/Makefile
diff -u src/sys/dev/microcode/radeon/Makefile:1.8 src/sys/dev/microcode/radeon/Makefile:1.9
--- src/sys/dev/microcode/radeon/Makefile:1.8 Sun Sep 26 15:52:40 2021
+++ src/sys/dev/microcode/radeon/Makefile Mon Jan 10 01:47:49 2022
@@ -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