From 3e5ddef0fd391049f378456e10a0cea015652bc0 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Fri, 19 Nov 2021 19:50:56 +0100 Subject: [PATCH] firewire(4): Fix a typo in a source code comment - s/unavailabe/unavailable/ MFC after: 3 days --- sys/dev/firewire/sbp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/firewire/sbp.h b/sys/dev/firewire/sbp.h index 93ad991e3a76..f50723556763 100644 --- a/sys/dev/firewire/sbp.h +++ b/sys/dev/firewire/sbp.h @@ -126,7 +126,7 @@ struct sbp_status { #define STATUS_LUR 5 /* 6: Maximum payload too small */ /* 7: Reserved for future standardization */ -/* 8: Resource unavailabe */ +/* 8: Resource unavailable */ #define STATUS_RES_UNAVAIL 8 /* 9: Function Rejected */ /* 10: Login ID not recognized */