Skip to content

Commit 1abe9b0

Browse files
committed
adjust wording
1 parent 67afb79 commit 1abe9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

threads.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
inherent data sharing if working with threads.} Note that all threads of the
3939
same process have equal access to the process virtual address space.
4040
\item Not all applications are fit for multithreading as some tasks are not
41-
inherently parallel in nature.
41+
inherently concurrent in nature.
4242
\item Even that debuggers typically support threads, debugging changes timing so
4343
the problem may not reproduce when using the debugger. That is usually not an
4444
issue in a single threaded application.

0 commit comments

Comments
 (0)