Changeset c477c80 in mainline for uspace/srv/fs/udf/udf.h


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/srv/fs/udf/udf.h

    r7acd787 rc477c80  
    7070        uint32_t access_type;
    7171        uint32_t start;
    72         uint32_t lenght;
     72        uint32_t length;
    7373} udf_partition_t;
    7474
     
    9191        udf_unallocated_space_descriptor_t *uasd;
    9292        uint64_t uaspace_start;
    93         uint64_t uaspace_lenght;
     93        uint64_t uaspace_length;
    9494        uint8_t space_type;
    9595} udf_instance_t;
Note: See TracChangeset for help on using the changeset viewer.