X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=FatPkg%2FEnhancedFatDxe%2FFat.c;fp=FatPkg%2FEnhancedFatDxe%2FFat.c;h=77cda19539916c7885e6d2e720d79b802c9fb190;hp=3bec1c94ecd871cc805866a2f519675674c5aae0;hb=db62b65c637678b14474547b37ace3330b259764;hpb=3d6b7fd303b0081935e69aa16b01c285d6563f64 diff --git a/FatPkg/EnhancedFatDxe/Fat.c b/FatPkg/EnhancedFatDxe/Fat.c index 3bec1c94ec..77cda19539 100644 --- a/FatPkg/EnhancedFatDxe/Fat.c +++ b/FatPkg/EnhancedFatDxe/Fat.c @@ -417,7 +417,7 @@ FatDriverBindingStart ( Status = FatAllocateVolume (ControllerHandle, DiskIo, DiskIo2, BlockIo); // - // When the media changes on a device it will Reinstall the BlockIo interaface. + // When the media changes on a device it will Reinstall the BlockIo interface. // This will cause a call to our Stop(), and a subsequent reentrant call to our // Start() successfully. We should leave the device open when this happen. //