VirtualBox

Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67140
Message:

*: spelling fixes, thanks Timeless!

Location:
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_core.h

    r29125 r33540  
    337337    fsw_u64     used_bytes;         //!< Bytes actually used by the file on disk
    338338    void        (*store_time_posix)(struct fsw_dnode_stat *sb, int which, fsw_u32 posix_time);   //!< Callback for storing a Posix-style timestamp
    339     void        (*store_attr_posix)(struct fsw_dnode_stat *sb, fsw_u16 posix_mode);   //!< Callbock for storing a Posix-style file mode
     339    void        (*store_attr_posix)(struct fsw_dnode_stat *sb, fsw_u16 posix_mode);   //!< Callback for storing a Posix-style file mode
    340340    void        *host_data;         //!< Hook for a host-specific data structure
    341341};
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_efi.h

    r29125 r33540  
    8888    EFI_FILE                    FileHandle;     //!< Published EFI protocol interface structure
    8989
    90     UINTN                       Type;           //!< File type used for dispatchinng
     90    UINTN                       Type;           //!< File type used for dispatching
    9191    struct fsw_shandle          shand;          //!< FSW handle for this file
    9292
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_hfs.c

    r29125 r33540  
    77 * Current limitations:
    88 *  - Doesn't support permissions
    9  *  - Complete Unicode case-insenstivness disabled (large tables)
     9 *  - Complete Unicode case-insensitiveness disabled (large tables)
    1010 *  - No links
    1111 *  - Only supports pure HFS+ (i.e. no HFS, or HFS+ embedded to HFS)
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_iso9660.c

    r29125 r33540  
    537537    //  has opened a storage handle to the directory's storage and keeps it around between
    538538    //  calls.
    539     /* (vasily) direcory nodes are 4096 bytes that is two logical blocks so read dir operation
     539    /* (vasily) directory nodes are 4096 bytes that is two logical blocks so read dir operation
    540540     * should read both blocks.
    541541     */
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_lib.c

    r29125 r33540  
    325325#if 0
    326326    /*
    327      * Uncomment this along with above huuuge table (fsw_lower_case_table)
     327     * Uncomment this along with above huge table (fsw_lower_case_table)
    328328     * for full UTF-16 case insensitivity
    329329     */
     
    459459
    460460/**
    461  * Splits a string at the first occurence of the separator character.
     461 * Splits a string at the first occurrence of the separator character.
    462462 * The buffer string is searched for the separator character. If it is found, the
    463463 * element string descriptor is filled to point at the part of the buffer string
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/hfs_format.h

    r29125 r33540  
    6464 *
    6565 * This file describes the on-disk format for HFS and HFS Plus volumes.
    66  * The HFS Plus volume format is desciibed in detail in Apple Technote 1150.
     66 * The HFS Plus volume format is described in detail in Apple Technote 1150.
    6767 *
    6868 * http://developer.apple.com/technotes/tn/tn1150.html
     
    517517
    518518/*
    519  * Atrributes B-tree Data Record
     519 * Attributes B-tree Data Record
    520520 *
    521521 * For small attributes, whose entire value is stored
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette