Changeset c477c80 in mainline for uspace/srv/fs/udf/udf_file.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_file.h

    r7acd787 rc477c80  
    9999        uint16_t file_version_number;
    100100        uint8_t file_characteristics;
    101         uint8_t lenght_file_id;
     101        uint8_t length_file_id;
    102102        udf_long_ad_t icb;
    103         uint16_t lenght_iu;
     103        uint16_t length_iu;
    104104        uint8_t implementation_use[0];
    105105        udf_dstring file_id[0];
     
    128128        uint8_t record_format;
    129129        uint8_t record_display_attributes;
    130         uint32_t record_lenght;
    131         uint64_t info_lenght;
     130        uint32_t record_length;
     131        uint64_t info_length;
    132132        uint64_t lblocks_recorded;
    133133        udf_timestamp_t access_data_and_time;
     
    138138        udf_regid_t implementation_id;
    139139        uint64_t unique_id;
    140         uint32_t ea_lenght;
    141         uint32_t ad_lenght;
     140        uint32_t ea_length;
     141        uint32_t ad_length;
    142142        uint8_t extended_attributes [0];
    143143        uint8_t allocation_descriptors[0];
     
    154154        uint8_t record_format;
    155155        uint8_t record_display_attributes;
    156         uint32_t record_lenght;
    157         uint64_t info_lenght;
     156        uint32_t record_length;
     157        uint64_t info_length;
    158158        uint64_t object_size;
    159159        uint64_t lblocks_recorded;
     
    166166        udf_regid_t implementation_id;
    167167        uint64_t unique_id;
    168         uint32_t ea_lenght;
    169         uint32_t ad_lenght;
     168        uint32_t ea_length;
     169        uint32_t ad_length;
    170170        uint8_t extended_attributes [0];
    171171        uint8_t allocation_descriptors[0];
     
    182182        udf_descriptor_tag_t tag;
    183183        udf_icbtag_t icbtag;
    184         uint32_t ad_lenght;
     184        uint32_t ad_length;
    185185        uint8_t allocation_descriptors[0];
    186186} __attribute__((packed)) udf_unallocated_space_entry_descriptor_t;
Note: See TracChangeset for help on using the changeset viewer.