From 23bd5927f1c82f3f63288fbee4e7c460fca3dc4e Mon Sep 17 00:00:00 2001 From: David Friedman Date: Thu, 26 Sep 2013 22:30:11 -0700 Subject: [PATCH] Docs: Fixed a typo, such that "C+++"-->"C++"; there was supposed to be another file with extra apostrophes, but it looks like that one had already been fixed. Bug: 10796099 Change-Id: Ideb1dbf70b9034e88683ef19ec1a3d338b7ea06b --- docs/html/training/articles/smp.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/training/articles/smp.jd b/docs/html/training/articles/smp.jd index 0f667d7202ce3..7240eecbe01e0 100644 --- a/docs/html/training/articles/smp.jd +++ b/docs/html/training/articles/smp.jd @@ -1057,7 +1057,7 @@ an “impossible” state.

fix them. Before we do that, we need to discuss the use of a basic language feature.

-

C/C+++ and "volatile"

+

C/C++ and "volatile"

When writing single-threaded code, declaring a variable “volatile” can be very useful. The compiler will not omit or reorder accesses to volatile