summaryrefslogtreecommitdiff
path: root/util/libreboot-utils/README.md
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-26 04:57:28 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-26 06:59:42 +0000
commit1900e18daea900fcc012fe417e1de04a4e0c00c5 (patch)
tree25a0bfd0271bf847f0bc4f4aa09d22431a77b211 /util/libreboot-utils/README.md
parentf7bd4b9472261e6fdc792de2adca4172b46e91bf (diff)
phrasing
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils/README.md')
-rw-r--r--util/libreboot-utils/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/libreboot-utils/README.md b/util/libreboot-utils/README.md
index 135b5dbe..40a5bb32 100644
--- a/util/libreboot-utils/README.md
+++ b/util/libreboot-utils/README.md
@@ -177,7 +177,7 @@ Another example: although usually reliable, comparing the
inode and device of a file/directory isn't by itself sufficient.
There are other checks that mkhtemp does; for example I could
implement it so that directories are more aggressively re-
-mounted by mkhtemp itself, mid-operation. This re-mounting
+opened by mkhtemp itself, mid-operation. This re-opening
would be quite expensive computationally, but it would then
allow us to re-check everything, since we store state from
when the program starts.