From cf7c5a030e505451e0cbadc49e33e41f5219c44b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 30 Aug 2019 18:53:15 +0200 Subject: Fix typos in include/ Reviewed-by: Ryan Moeller Reviewed-by: Richard Laager Reviewed-by: Brian Behlendorf Signed-off-by: Andrea Gelmini Closes #9238 --- include/sys/sa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sys/sa.h') diff --git a/include/sys/sa.h b/include/sys/sa.h index 50b906221..432e0bc41 100644 --- a/include/sys/sa.h +++ b/include/sys/sa.h @@ -51,7 +51,7 @@ typedef uint16_t sa_attr_type_t; typedef struct sa_attr_reg { char *sa_name; /* attribute name */ uint16_t sa_length; - sa_bswap_type_t sa_byteswap; /* bswap functon enum */ + sa_bswap_type_t sa_byteswap; /* bswap function enum */ sa_attr_type_t sa_attr; /* filled in during registration */ } sa_attr_reg_t; -- cgit v1.2.3