aboutsummaryrefslogtreecommitdiff
path: root/src/mpack/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpack/object.h')
-rw-r--r--src/mpack/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpack/object.h b/src/mpack/object.h
index 5327e56e18..e69821f9de 100644
--- a/src/mpack/object.h
+++ b/src/mpack/object.h
@@ -22,7 +22,7 @@ enum {
};
/* Storing integer in pointers in undefined behavior according to the C
- * standard. Define a union type to accomodate arbitrary user data associated
+ * standard. Define a union type to accommodate arbitrary user data associated
* with nodes(and with requests in rpc.h). */
typedef union {
void *p;