From cf8df03cf9002642a9399da47242d819cc3653e4 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Sun, 31 Aug 2014 16:39:35 +0200 Subject: libtrivfs: fix typo * libtrivfs/protid-clean.c (trivfs_clean_protid): Fix typo. --- libtrivfs/protid-clean.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtrivfs') 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) -- cgit v1.2.3