[libvirt] [PATCH] qemu: fix comment in qemuSecurityChownCallback
            
            
            
                4 Oct
                
                    2018
                
            
            
                4 Oct
                
                '18
                
            
            
            
        
    
                3:14 p.m.
            
        s/chmod/chown/ Signed-off-by: Ján Tomko <jtomko@redhat.com> --- Pushed as trivial. src/qemu/qemu_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index b238309852..ef87a6ef05 100644 --- a/src/qemu/qemu_driver.c +++ b/src/qemu/qemu_driver.c @@ -287,7 +287,7 @@ qemuSecurityChownCallback(const virStorageSource *src, return rv; if (virStorageSourceIsLocalStorage(src)) { - /* use direct chmod for local files so that the file doesn't + /* use direct chown for local files so that the file doesn't * need to be initialized */ if (!src->path) return 0; -- 2.16.4
        2588
        
      
          Age (days ago)
        
      
        2588
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                
Ján Tomko