aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/sa.h
diff options
context:
space:
mode:
authorAndrea Gelmini <[email protected]>2019-08-30 18:53:15 +0200
committerBrian Behlendorf <[email protected]>2019-08-30 09:53:15 -0700
commitcf7c5a030e505451e0cbadc49e33e41f5219c44b (patch)
treeff7d12d4b31739ea8fe625991d6283284443c0a3 /include/sys/sa.h
parent0463c955011fc3913f9aaad6c686f48f118d2fef (diff)
Fix typos in include/
Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Richard Laager <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Andrea Gelmini <[email protected]> Closes #9238
Diffstat (limited to 'include/sys/sa.h')
-rw-r--r--include/sys/sa.h2
1 files changed, 1 insertions, 1 deletions
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;