File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -705,12 +705,12 @@ typedef enum MlirWalkOrder {
705705} MlirWalkOrder ;
706706
707707/// Operation walker type. The handler is passed an (opaque) reference to an 
708- /// operation a pointer to a `userData`. 
708+ /// operation and  a pointer to a `userData`. 
709709typedef  void  (* MlirOperationWalkCallback )(MlirOperation , void  * userData );
710710
711711/// Walks operation `op` in `walkOrder` and calls `callback` on that operation. 
712712/// `*userData` is passed to the callback as well and can be used to tunnel some 
713- /// some  context or other data into the callback. 
713+ /// context or other data into the callback. 
714714MLIR_CAPI_EXPORTED 
715715void  mlirOperationWalk (MlirOperation  op , MlirOperationWalkCallback  callback ,
716716                       void  * userData , MlirWalkOrder  walkOrder );
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments