git: a057bb52515d - stable/15 - ofw_bus_is_compatible.9: Fix a typo in the manual page

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 02 Nov 2025 01:19:01 UTC
The branch stable/15 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=a057bb52515d651f9674387aa94ddc31e9ae14b3

commit a057bb52515d651f9674387aa94ddc31e9ae14b3
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 15:47:44 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-11-02 01:16:03 +0000

    ofw_bus_is_compatible.9: Fix a typo in the manual page
    
    - s/compatibile/compatible/
    
    (cherry picked from commit b1f96b1c4c95df5c04e067c638e52c9652f86721)
---
 share/man/man9/ofw_bus_is_compatible.9 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man9/ofw_bus_is_compatible.9 b/share/man/man9/ofw_bus_is_compatible.9
index 1b44807e84e8..fcfe8755cf86 100644
--- a/share/man/man9/ofw_bus_is_compatible.9
+++ b/share/man/man9/ofw_bus_is_compatible.9
@@ -61,7 +61,7 @@ older revisions of the driver.
 If hardware revision B is backward compatible with revision
 A device tree node can signal this compatibility by
 providing both "vndr,hrdwrA" and "vndr,hrdwrB" strings in
-the "compatibile" property value.
+the "compatible" property value.
 This way older driver can use features available only in
 revision A, and the new version of the driver can take
 advantage of revision B feature set.