Changeset 33540 in vbox for trunk/src/VBox/Devices/Storage/VBoxHDDFormats
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VBoxHDDFormats/AppleDiskImage/VBoxDMG.cpp
r33534 r33540 1 1 /* $Id$ */ 2 2 /** @file 3 * VBoxDMG - Inte preter for Apple Disk Images (DMG).3 * VBoxDMG - Interpreter for Apple Disk Images (DMG). 4 4 */ 5 5 … … 789 789 790 790 /* 791 * De cend down to the 'resource-fork' dictionary.791 * Descend down to the 'resource-fork' dictionary. 792 792 * ASSUME it's the only top level dictionary. 793 793 */ … … 823 823 824 824 /* 825 * De cend into the array and add the elements to the resource entry.825 * Descend into the array and add the elements to the resource entry. 826 826 */ 827 827 /* <array> */ … … 906 906 * 907 907 * This worker is really just a construct to avoid gotos and do-break-while-zero 908 * ugl yness.908 * ugliness. 909 909 * 910 910 * @returns VBox status code.
Note:
See TracChangeset
for help on using the changeset viewer.