File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -655,7 +655,7 @@ int deregister_hotplug_callback(const enum DeviceNames deviceName)
655
655
//
656
656
// The mbed POSIX implementation has a potential problem, because it uses the fat_error_remap()
657
657
// function to remap error codes from ChaN's FatFs to negative errno numbers. It does this with
658
- // a long switch statment that ends with the default "return -res;" where res is the return code
658
+ // a long switch statement that ends with the default "return -res;" where res is the return code
659
659
// from FatFs. The integer ranges used by these two types of error codes overlap, and should
660
660
// FatFs add a new error code, it will be turned into an erroneous errno. At the time of writing,
661
661
// fat_error_remap() remaps every possible FatFs code. But if FatFs adds another code, it will
You can’t perform that action at this time.
0 commit comments