summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-08-31 16:39:35 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-08-31 16:39:35 +0200
commitcf8df03cf9002642a9399da47242d819cc3653e4 (patch)
treefded5009185facdc739dcec052bbbb8194036978 /libtrivfs
parent520ef2ed66d47bb81a55829a88dda81f62dc95e5 (diff)
libtrivfs: fix typo
* libtrivfs/protid-clean.c (trivfs_clean_protid): Fix typo.
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/protid-clean.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/protid-clean.c b/libtrivfs/protid-clean.c
index 86fbc191..adc5e981 100644
--- a/libtrivfs/protid-clean.c
+++ b/libtrivfs/protid-clean.c
@@ -35,7 +35,7 @@ trivfs_clean_protid (void *arg)
{
if (refcount_deref (&cred->po->refcnt) == 0)
{
- /* Reaquire a reference while we call the hook. */
+ /* Reacquire a reference while we call the hook. */
refcount_ref (&cred->po->refcnt);
(*trivfs_peropen_destroy_hook) (cred->po);
if (refcount_deref (&cred->po->refcnt) == 0)