ofw_bus_is_compatible.9: Fix a typo in the manual page

- s/compatibile/compatible/

MFC after:	5 days
This commit is contained in:
Gordon Bergling
2025-10-26 16:47:44 +01:00
parent 005603cd3d
commit b1f96b1c4c
+1 -1
View File
@@ -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.