Skip to content

Commit 1031685

Browse files
committed
make doxygen happy
1 parent 5a02dab commit 1031685

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stan/math/rev/core/autodiffstackstorage.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)