Changeset c477c80 in mainline for uspace/lib/c/generic/vol.c


Ignore:
Timestamp:
2019-01-03T22:23:00Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
06412ba
Parents:
7acd787
Message:

Fix some common misspellings

File:
1 edited

Legend:

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

    r7acd787 rc477c80  
    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.