commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 53/87: libtrivfs: fix typo


From: Samuel Thibault
Subject: [hurd] 53/87: libtrivfs: fix typo
Date: Sun, 09 Nov 2014 11:05:03 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit cf8df03cf9002642a9399da47242d819cc3653e4
Author: Justus Winter <address@hidden>
Date:   Sun Aug 31 16:39:35 2014 +0200

    libtrivfs: fix typo
    
    * libtrivfs/protid-clean.c (trivfs_clean_protid): Fix typo.
---
 libtrivfs/protid-clean.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libtrivfs/protid-clean.c b/libtrivfs/protid-clean.c
index 86fbc19..adc5e98 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)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]