diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-08-31 16:39:35 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-08-31 16:39:35 +0200 |
commit | cf8df03cf9002642a9399da47242d819cc3653e4 (patch) | |
tree | fded5009185facdc739dcec052bbbb8194036978 | |
parent | 520ef2ed66d47bb81a55829a88dda81f62dc95e5 (diff) |
libtrivfs: fix typo
* libtrivfs/protid-clean.c (trivfs_clean_protid): Fix typo.
-rw-r--r-- | libtrivfs/protid-clean.c | 2 |
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) |