am 23bd5927: 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

* commit '23bd5927f1c82f3f63288fbee4e7c460fca3dc4e':
  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
This commit is contained in:
David Friedman
2013-09-27 10:26:23 -07:00
committed by Android Git Automerger

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