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
This commit is contained in:
David Friedman
2013-09-26 22:30:11 -07:00
parent a8f519ff9c
commit 23bd5927f1

View File

@@ -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