Index: doc/theses/colby_parsons_MMAth/text/CFA_concurrency.tex
===================================================================
--- doc/theses/colby_parsons_MMAth/text/CFA_concurrency.tex	(revision c459f992e888b5a479c2d9664334c9b9d356bfe0)
+++ doc/theses/colby_parsons_MMAth/text/CFA_concurrency.tex	(revision 21d1c9cebd7300910374cba53168bf8e6e62870e)
@@ -7,5 +7,5 @@
 \section{Threading Model}\label{s:threading}
 \CFA provides user-level threading and supports an $M$:$N$ threading model where $M$ user threads are scheduled on $N$ kernel threads, where both $M$ and $N$ can be explicitly set by the user. 
-Kernel threads are created by instancing a @processor@ structure. 
+Kernel threads are created by declaring a @processor@ structure. 
 User-thread types are defined by creating a @thread@ aggregate-type, \ie replace @struct@ with @thread@. 
 For each thread type a corresponding @main@ routine must be defined, which is where the thread starts running once it is created. 
