summaryrefslogtreecommitdiff
path: root/doc/usage.tex
diff options
context:
space:
mode:
authorjp2020-02-12 17:46:48 +0000
committerjp2020-02-12 17:46:48 +0000
commited8bccd927306551f93d5aab8d0e2a92b9e5d227 (patch)
tree55bf788c8155f0c7d024f2147f5eb3873729b02a /doc/usage.tex
parent31a65c9b7383d2a87da0fbcf5c265d533146ac23 (diff)
parent4a72cb8084237161d0bccc66f27d5fb6d24315e0 (diff)
Merge branch 'sail2' of https://github.com/rems-project/sail into sail2
Diffstat (limited to 'doc/usage.tex')
-rw-r--r--doc/usage.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage.tex b/doc/usage.tex
index a7532ddf..68ca76d6 100644
--- a/doc/usage.tex
+++ b/doc/usage.tex
@@ -87,7 +87,7 @@ To compile Sail into C, the \verb+-c+ option is used, like so:
\begin{verbatim}
sail -c FILES 1> out.c
\end{verbatim}
-The transated C is by default printed to stdout, but one can also use
+The translated C is by default printed to stdout, but one can also use
the \verb+-o+ option to output to a file, so
\begin{verbatim}
sail -c FILES -o out