Skip to content

Commit 65acae6

Browse files
committed
fix wording
1 parent 87e4174 commit 65acae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

file-api.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@
967967
\item The shell command \texttt{ln} uses either the \texttt{symlink} or
968968
\texttt{link} syscall depending on whether the \texttt{-s} option was used.
969969
\item Calling \texttt{unlink} on a hardlink will not release the file data if
970-
other hardlinks exists. You can delete the symlink's target in which case you
970+
other hardlinks exist. You can delete the symlink's target in which case you
971971
end up with a \emph{broken link}.
972972
\item \texttt{readlink} is useful in the situation where you want to
973973
\texttt{unlink} the symlink's target.

0 commit comments

Comments
 (0)