Skip to content

Commit 32da644

Browse files
committed
add missing dot
1 parent fa2d186 commit 32da644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proc.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
\end{itemize}
3232
\item \texttt{text} and \texttt{data} sections are saved in executable file
3333
\item The sections for initialized and non-initialized variables and heap are
34-
considered as data
34+
considered as data.
3535
\item It is also possible to connect segments of shared memory
3636
(\texttt{shm\_open}) or files (\texttt{mmap}) into the address space.
3737
\item The text is shared between all processes which execute the same code.

0 commit comments

Comments
 (0)