diff options
author | David Friedman <dmail@google.com> | 2013-09-27 10:26:23 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-09-27 10:26:23 -0700 |
commit | b648f9509b17bad806c907ffa5270901a86e6c06 (patch) | |
tree | 076cffbefba9cf78d1bd501388224bc0df7aace2 /docs | |
parent | 194925f9e894d35991920edbaa0681c1aea48120 (diff) | |
parent | 23bd5927f1c82f3f63288fbee4e7c460fca3dc4e (diff) | |
download | frameworks_base-b648f9509b17bad806c907ffa5270901a86e6c06.zip frameworks_base-b648f9509b17bad806c907ffa5270901a86e6c06.tar.gz frameworks_base-b648f9509b17bad806c907ffa5270901a86e6c06.tar.bz2 |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/training/articles/smp.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/articles/smp.jd b/docs/html/training/articles/smp.jd index 0f667d7..7240eec 100644 --- a/docs/html/training/articles/smp.jd +++ b/docs/html/training/articles/smp.jd @@ -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 |