firmware.9: Fix minor grammar typos

MFC after:	3 days
Reviewed by:	ziaee
Closes:		https://github.com/freebsd/freebsd-src/pull/1749
This commit is contained in:
James Mintram 2025-07-01 08:11:32 +00:00 committed by Alexander Ziaee
parent 5e213d8a74
commit 3fee738c4e
No known key found for this signature in database
GPG key ID: 0A8F850BCDEF4511

View file

@ -201,7 +201,7 @@ whether compiled in, or preloaded by
or manually loaded with
.Xr kldload 8 .
However, a system can implement additional mechanisms to bring
these images in memory before calling
these images into memory before calling
.Fn firmware_register .
.Pp
When
@ -347,7 +347,7 @@ If
.Fa imagename
matches the trailing subpath of a registered image with a full path, that image is returned.
.It
he kernel linker searches for a kernel module named
The kernel linker searches for a kernel module named
.Fa imagename .
If a kernel module is found, it is loaded, and
the list of registered firmware images is searched again.