diff options
author | David Friedman <dmail@google.com> | 2013-09-26 22:30:11 -0700 |
---|---|---|
committer | David Friedman <dmail@google.com> | 2013-09-26 22:30:11 -0700 |
commit | 23bd5927f1c82f3f63288fbee4e7c460fca3dc4e (patch) | |
tree | b803384dc23431ecee8ab22bc6aa44e3febbf7f4 /docs/html | |
parent | a8f519ff9cb38e97db34f5a7bac95a9e09ed5ade (diff) | |
download | frameworks_base-23bd5927f1c82f3f63288fbee4e7c460fca3dc4e.zip frameworks_base-23bd5927f1c82f3f63288fbee4e7c460fca3dc4e.tar.gz frameworks_base-23bd5927f1c82f3f63288fbee4e7c460fca3dc4e.tar.bz2 |
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
Diffstat (limited to 'docs/html')
-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 |