summaryrefslogtreecommitdiffstats
path: root/include/sys/sa.h
diff options
context:
space:
mode:
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;