From f655e1a4037b13f7fd2b2d69659f0fe99df2c98b Mon Sep 17 00:00:00 2001 From: khorben Date: Mon, 10 Jan 2022 01:47:49 +0000 Subject: Typo in a comment --- sys/dev/microcode/radeon/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/microcode') 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 -- cgit