summaryrefslogtreecommitdiff
path: root/libtreefs
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2015-01-03 10:16:10 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-01-03 13:07:30 +0100
commit8f5e94f48e7668e3c5dcaa1cde1b8f591c05bb58 (patch)
tree4b72eccf92522c27116ea9825bae689972045a87 /libtreefs
parent2a340dd3310d0f67a48d6057214e54416d173265 (diff)
lib*: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'libtreefs')
-rw-r--r--libtreefs/treefs-hooks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtreefs/treefs-hooks.h b/libtreefs/treefs-hooks.h
index 3af4a546f..6dc2f7312 100644
--- a/libtreefs/treefs-hooks.h
+++ b/libtreefs/treefs-hooks.h
@@ -264,7 +264,7 @@ DNH(dir_init, error_t)
/* If NODE is a symlink, copies the contents into BUF, which should have at
least *LEN bytes available, and returns 0; if the symlink is too big,
E2BIG is returned. Either way, the actual length of the symlink is
- returned in *LEN (so if it's too big, you can allocate an appropiately
+ returned in *LEN (so if it's too big, you can allocate an appropriately
sized buffer and try again). If NODE is not a symlink, EINVAL is
returned. */
DNH(node_get_symlink, error_t, char *buf, int *len)
@@ -275,7 +275,7 @@ DNH(node_get_symlink, error_t, char *buf, int *len)
should have at least *LEN bytes available, and returns 0; if the string is
too big, E2BIG is returned. Either way, the actual length of the
translator string is returned in *LEN (so if it's too big, you can
- allocate an appropiately sized buffer and try again). If NODE has no
+ allocate an appropriately sized buffer and try again). If NODE has no
passive translator, EINVAL is returned. */
DNH(node_get_passive_trans, error_t, char *buf, int *len)
#define treefs_node_get_passive_trans(node, args...) \