Skip to content

Commit a4d56d8

Browse files
committed
statment ==> statement
1 parent d52857e commit a4d56d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arduino_POSIXStorage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ int deregister_hotplug_callback(const enum DeviceNames deviceName)
655655
//
656656
// The mbed POSIX implementation has a potential problem, because it uses the fat_error_remap()
657657
// 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
659659
// from FatFs. The integer ranges used by these two types of error codes overlap, and should
660660
// FatFs add a new error code, it will be turned into an erroneous errno. At the time of writing,
661661
// fat_error_remap() remaps every possible FatFs code. But if FatFs adds another code, it will

0 commit comments

Comments
 (0)