diff options
Diffstat (limited to 'src/VBox/Devices/PC/BIOS/vds.c')
-rw-r--r-- | src/VBox/Devices/PC/BIOS/vds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/Devices/PC/BIOS/vds.c b/src/VBox/Devices/PC/BIOS/vds.c index 151ef446..a45365bf 100644 --- a/src/VBox/Devices/PC/BIOS/vds.c +++ b/src/VBox/Devices/PC/BIOS/vds.c @@ -60,8 +60,8 @@ int vds_unlock_sg( vds_edds __far *edds ); /* - * Convert a real mode 16:16 segmented address to a simple 32-bit - * linear address. + * Convert a real mode 16:16 segmented address to a simple 32-bit + * linear address. */ uint32_t vds_real_to_lin( void __far *ptr ) { |