diff options
Diffstat (limited to 'docs/html/training/articles/smp.jd')
-rw-r--r-- | docs/html/training/articles/smp.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/articles/smp.jd b/docs/html/training/articles/smp.jd index 0f667d7..7240eec 100644 --- a/docs/html/training/articles/smp.jd +++ b/docs/html/training/articles/smp.jd @@ -1057,7 +1057,7 @@ an “impossible” state.</p> fix them. Before we do that, we need to discuss the use of a basic language feature.</p> -<h4 id="volatile">C/C+++ and "volatile"</h4> +<h4 id="volatile">C/C++ and "volatile"</h4> <p>When writing single-threaded code, declaring a variable “volatile” can be very useful. The compiler will not omit or reorder accesses to volatile |