File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ namespace math {
1111// global AD instance.
1212#ifdef STAN_THREADS
1313// Whenever STAN_THREADS is set a TLS keyword is used. For reasons
14- // explained above we use the GNU compiler extension __thread if
14+ // explained below we use the GNU compiler extension __thread if
1515// supported by the compiler while the generic thread_local C++11
1616// keyword is used otherwise.
1717#ifdef __GNUC__
@@ -28,7 +28,7 @@ namespace math {
2828 * This struct always provides access to the autodiff stack using
2929 * the singleton pattern. Read warnings below!
3030 *
31- * The singleton <code>instance_<code> is a global static pointer,
31+ * The singleton <code>instance_</ code> is a global static pointer,
3232 * which is thread local (TLS) if the STAN_THREADS preprocess variable
3333 * is defined.
3434 *
You can’t perform that action at this time.
0 commit comments