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 04:57:28 +0000
commit97515776bfca561294980b8225ce8566ff580def (patch)
treecfebb1a504d442759a843f13bff0f016c0658036 /util/libreboot-utils/README.md
parentd5b18e7d0c931d940db9f12732023d9d64837c55 (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.