mirror of
https://github.com/dhil/phd-dissertation
synced 2026-03-13 11:08:25 +00:00
Fix more typos
This commit is contained in:
10
thesis.tex
10
thesis.tex
@@ -6269,11 +6269,11 @@ the new i-node. The last line returns the identifier for the i-node
|
|||||||
along with the modified file system, where the next location ($lnext$)
|
along with the modified file system, where the next location ($lnext$)
|
||||||
and next i-node identifier ($inext$) have been incremented.
|
and next i-node identifier ($inext$) have been incremented.
|
||||||
%
|
%
|
||||||
It is worth noting that the effect signature of $\dec{has}$ mentions
|
It is worth noting that the effect signature of $\fcreate$ mentions
|
||||||
$\Fail$ even though it will (most likely) never fail. It is present in
|
$\Fail$ even though it will never fail. It is present in the effect
|
||||||
the effect row due to the use of $\lookup$ in the $\Then$-branch. This
|
row due to the use of $\fopen$ and $\lookup$ in the
|
||||||
application of $\lookup$ can only fail if the file system is in an
|
$\Then$-branch. Either application can only fail if the file system is
|
||||||
inconsistent state, where the index $ino$ has become stale. The
|
in an inconsistent state, where the index $ino$ has become stale. The
|
||||||
$\dec{f}$-family of functions have been carefully engineered to always
|
$\dec{f}$-family of functions have been carefully engineered to always
|
||||||
leave the file system in a consistent state.
|
leave the file system in a consistent state.
|
||||||
%
|
%
|
||||||
|
|||||||
Reference in New Issue
Block a user