Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/vol.c

    rb82985e rfafb8e5  
    127127        }
    128128
    129         *act_size = IPC_GET_ARG1(answer);
     129        *act_size = ipc_get_arg1(&answer);
    130130        return EOK;
    131131}
     
    220220 * @param vol Volume service
    221221 * @param sid Service ID of the partition
    222  * @param vinfo Place to sore partition information
     222 * @param vinfo Place to store partition information
    223223 * @return EOK on success or an error code
    224224 */
     
    578578 * @param vol Volume service
    579579 * @param vid Volume ID
    580  * @param vinfo Place to sore volume configuration information
     580 * @param vinfo Place to store volume configuration information
    581581 * @return EOK on success or an error code
    582582 */
Note: See TracChangeset for help on using the changeset viewer.