Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b648f950 authored by David Friedman's avatar David Friedman Committed by Android Git Automerger
Browse files

am 23bd5927: Docs: Fixed a typo, such that "C+++"-->"C++"; there was supposed...

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 '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
parents 194925f9 23bd5927
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1057,7 +1057,7 @@ an “impossible” state.</p>
fix them.  Before we do that, we need to discuss the use of a basic language
fix them.  Before we do that, we need to discuss the use of a basic language
feature.</p>
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
<p>When writing single-threaded code, declaring a variable “volatile” can be
very useful.  The compiler will not omit or reorder accesses to volatile
very useful.  The compiler will not omit or reorder accesses to volatile