diff options
author | Andrew Waterman <andrew@sifive.com> | 2018-08-12 17:45:47 -0700 |
---|---|---|
committer | Andrew Waterman <andrew@sifive.com> | 2018-08-12 17:45:47 -0700 |
commit | c643f44e6ec8026530ce808f4d26851f4badfda3 (patch) | |
tree | 7cecde8688658f6d7719c666b2c797e3188d1201 /src/intro.tex | |
parent | 6fad4fb56922bb3d27a2862e3adc9fcd3106d8ec (diff) | |
download | riscv-isa-manual-c643f44e6ec8026530ce808f4d26851f4badfda3.zip riscv-isa-manual-c643f44e6ec8026530ce808f4d26851f4badfda3.tar.gz riscv-isa-manual-c643f44e6ec8026530ce808f4d26851f4badfda3.tar.bz2 |
Minor tweaks
Diffstat (limited to 'src/intro.tex')
-rw-r--r-- | src/intro.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/intro.tex b/src/intro.tex index e17722a..59f7087 100644 --- a/src/intro.tex +++ b/src/intro.tex @@ -613,8 +613,8 @@ The following table shows the characteristics of each kind of trap: Handled by environment? & N & Y & Y & Y \\ \hline \end{tabular} - \caption{Characteristics of traps. Notes 1), termination may be - requested, 2) imprecise fatal traps might be observable by software.} + \caption{Characteristics of traps. Notes: 1) termination may be + requested; 2) imprecise fatal traps might be observable by software.} \end{table} The EEI defines for each trap whether it is handled precisely, though |