mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-30 19:52:13 +01:00
SD.c: Fix error in comment for remove()
Comment was duplicated from mkdir() and not updated.
This commit is contained in:
parent
a991f26b8d
commit
12b706551d
@ -550,9 +550,9 @@ boolean SDClass::mkdir(char *filepath) {
|
||||
boolean SDClass::rmdir(char *filepath) {
|
||||
/*
|
||||
|
||||
Makes a single directory or a heirarchy of directories.
|
||||
Remove a single directory or a heirarchy of directories.
|
||||
|
||||
A rough equivalent to `mkdir -p`.
|
||||
A rough equivalent to `rm -rf`.
|
||||
|
||||
*/
|
||||
return walkPath(filepath, root, callback_rmdir);
|
||||
|
Loading…
x
Reference in New Issue
Block a user