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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user