Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove redundant words #51

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hub/instruction_handling/copy/generalities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
\]
\item[\underline{Specifying \locTriggerMmu{}:}]
\label{locTriggerMmu for the copy family}
for a \inst{COPY}-type instruction to trigger the \mmuMod{} is is necessary and sufficient that the instruction raise no exception and be provided with a nonzero size parameter;
for a \inst{COPY}-type instruction to trigger the \mmuMod{} is necessary and sufficient that the instruction raise no exception and be provided with a nonzero size parameter;
as such we set
\begin{enumerate}
\item \If $\xAhoy _{i} = 1$ \Then $\locTriggerMmu = 0$
Expand Down
2 changes: 1 addition & 1 deletion hub/scenario/generalities/single_scenario.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
\end{center}
We impose the following:
\begin{enumerate}[resume]
\item Precisely one of the scenario flags is on on each scenario-row:
\item Precisely one of the scenario flags is on each scenario-row:
\[
\left[ \begin{array}{cr}
+ & \scenCallSum _{i} \\
Expand Down
2 changes: 1 addition & 1 deletion mmu/columns/shared.tex
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
Preprocessing-rows carry out certain comparisons and euclidean divisions that are required to decide the sequence of micro-instructions.
Micro-instruction-writing rows contain the actual sequence of micro-instructions that form the sequence of instructions of the \mmioMod{} module.

The following columns are are initially computed during the pre-processing phase of dealing with an \mmuMod{} instruction.
The following columns are initially computed during the pre-processing phase of dealing with an \mmuMod{} instruction.
During the micro-instruction-writing phase they get decremented according to rules laid out in section~(\ref{mmu: constraints: heartbeat}).
The descriptions provided below provide the desired interpretation of the values computed during pre-processing.
\begin{enumerate}[resume]
Expand Down
2 changes: 1 addition & 1 deletion pkg/IEEEtrantools.sty
Original file line number Diff line number Diff line change
Expand Up @@ -2662,7 +2662,7 @@ between column types.}%
\@IEEEtrantmpdimenB=0.005\@IEEEtrantmpdimenA%
\multiply\@IEEEtrantmpdimenB by \@IEEEtrantmpcountA%
% \@IEEEPARstartfont is globaly set to the calculated font of the big letter
% We need to carry this out of the local calculation area to to create the
% We need to carry this out of the local calculation area to create the
% big letter.
\global\font\@IEEEPARstartfont\@IEEEPARstartFONTNAME\space at \@IEEEtrantmpdimenB%
% Now set \@IEEEtrantmpdimenA to the width of the big letter
Expand Down
2 changes: 1 addition & 1 deletion wcp/shorthands.tex
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
\end{array} \right]
\]
\saNote{} In the above we must introduce numerical values for the ``\inst{LEQ} and \inst{GEQ} instructions.''
The only requirement is that that these values be different from
The only requirement is that these values be different from
\inst{EQ}, \inst{ISZERO}, \inst{LT}, \inst{GT}, \inst{SLT} and \inst{SGT} respectively.
We suggest setting
\[
Expand Down