Skip to content

Commit 7f38468

Browse files
committed
fixed minor grammer issues
1 parent 665905d commit 7f38468

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

graph-api-c/GraphBLAS_API_C.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
{\large Version 2.1} \\
137137
}
138138

139-
\author{Benjamin Brock, Ayd\i n Bulu\c{c}, Raye Kimmerer, Jim Kitchen, Manoj Kumar, Timothy Mattson, Scott McMillan, Jos\'e Moreira, Erik Welch, Michel Pelletier}
139+
\author{Benjamin Brock, Ayd\i n Bulu\c{c}, Raye Kimmerer, Jim Kitchen, Manoj Kumar, Timothy Mattson, Scott McMillan, Jos\'e Moreira, Michel Pelletier, Erik Welch}
140140

141141
\date{Generated on \today\ at \currenttime\ EDT}
142142

@@ -227,7 +227,7 @@ \section*{Acknowledgments}
227227
\begin{itemize}
228228
\item Raye Kimmerer (MIT)
229229
\item Jim Kitchen (Anaconda)
230-
\item Manoj Kumar (IBM) % FIXME
230+
\item Manoj Kumar (IBM)
231231
\item Timothy G. Mattson (Human Learning Group)
232232
\item Michel Pelletier (Graphegon)
233233
\item Erik Welch (NVIDIA Corporation)

graph-api-c/basic_concepts.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -713,9 +713,9 @@ \subsection{Multi-threaded execution}
713713
\begin{table}[tbh]
714714
\hrule
715715
\begin{center}
716-
\caption[Methods that forced completion prior to GraphBLAS v2.0.]{Methods that extract values from a GraphBLAS object that
717-
forcing completion of the operations contributing to that particular object in GraphBLAS 1.X.
718-
In GraphBLAS 2.0, these methods \emph{do not} force completion.}
716+
\caption[Methods that forced completion prior to GraphBLAS v2.0.]{Methods that extract values from a GraphBLAS object
717+
forced completion of the operations contributing to that particular object in GraphBLAS 1.X.
718+
In GraphBLAS 2.X, these methods \emph{do not} force completion.}
719719
\label{Tab:ExtractMethods}
720720

721721
\begin{tabular}{l|l}

graph-api-c/objects.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ \section{Algebraic objects, operators and associated functions}
257257
\end{center}
258258

259259
{\footnotesize Note 1: Some high-performance GraphBLAS implementations may require
260-
an identity to perform reductions to sparse objects like GraphBLAS vectors
260+
an identity to perform reductions to sparse objects such as GraphBLAS vectors
261261
and scalars. According to the descriptions of the corresponding GraphBLAS operations,
262262
however, this identity is mathematically not necessary. There are API signatures to
263263
support both.\newline
@@ -1170,7 +1170,7 @@ \subsection{{\sf GrB\_NAME}}
11701170
\end{table}
11711171

11721172
\begin{table}
1173-
\hrule
1173+
\hrule
11741174
\begin{center}
11751175
\caption[Field value enumerations.]{Enumerations not defined elsewhere in the documents and used
11761176
when getting or setting fields are defined in the following tables.}

0 commit comments

Comments
 (0)