summaryrefslogtreecommitdiff
path: root/util/libreboot-utils/lib/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/libreboot-utils/lib/io.c')
-rw-r--r--util/libreboot-utils/lib/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/libreboot-utils/lib/io.c b/util/libreboot-utils/lib/io.c
index ef87d521..4ca7d150 100644
--- a/util/libreboot-utils/lib/io.c
+++ b/util/libreboot-utils/lib/io.c
@@ -456,7 +456,7 @@ gbe_mv(void)
if (errno != EXDEV)
goto ret_gbe_mv;
- err(errno, "TODO: cross-filesystem atomic writes currently broken");
+ err(errno, "BUG: cross-filesystem move (this shouldn't happen)");
ret_gbe_mv: