diff --git a/src/tools/copy_to_bfs_image/copy_to_bfs_image.cpp b/src/tools/copy_to_bfs_image/copy_to_bfs_image.cpp index 4bdbac87e6..39d4d7b786 100644 --- a/src/tools/copy_to_bfs_image/copy_to_bfs_image.cpp +++ b/src/tools/copy_to_bfs_image/copy_to_bfs_image.cpp @@ -185,7 +185,7 @@ copy(const char *from, const char *to) } } else { // stat(target) failed, so it doesn't exist yet - if - // the target doesn't end in "/", that's should not + // the target doesn't end in "/", that should not // be a problem, just copy the file under the new name if (toPath[strlen(toPath) - 1] == '/') {