Move periods inside quotes per earlier review

Change-Id: Ibd0c806ab01b0e6ae444fdfe4bbfc78eace68107
diff --git a/src/devices/audio/latency.jd b/src/devices/audio/latency.jd
index 9063895..cf856a5 100644
--- a/src/devices/audio/latency.jd
+++ b/src/devices/audio/latency.jd
@@ -123,7 +123,7 @@
   see the Wikipedia article
   <a href="http://en.wikipedia.org/wiki/Rate-monotonic_scheduling">Rate-monotonic scheduling</a> (RMS).
   A key point is that fixed priorities should be allocated strictly based on period,
-  with higher priorities assigned to threads of shorter periods, not based on perceived "importance".
+  with higher priorities assigned to threads of shorter periods, not based on perceived "importance."
   Non-periodic threads may be modeled as periodic threads, using the maximum frequency of execution
   and maximum computation per execution.  If a non-periodic thread cannot be modeled as
   a periodic thread (for example it could execute with unbounded frequency or unbounded computation
diff --git a/src/devices/audio/terminology.jd b/src/devices/audio/terminology.jd
index 11a3bbb..a6b1b7a 100644
--- a/src/devices/audio/terminology.jd
+++ b/src/devices/audio/terminology.jd
@@ -137,7 +137,7 @@
 
 <dt>HD audio</dt>
 <dd>
-High Definition audio, a synonym for "high-resolution audio".
+High Definition audio, a synonym for "high-resolution audio."
 Not to be confused with Intel High Definition Audio.
 </dd>
 
@@ -151,7 +151,7 @@
 There is no standard definition, but high-resolution usually means any representation
 with greater bit-depth and sample rate than CDs (which are stereo 16-bit PCM at 44.1 kHz),
 and with no lossy data compression applied.
-Equivalent to "HD audio".  See the Wikipedia article
+Equivalent to "HD audio."  See the Wikipedia article
 <a href="http://en.wikipedia.org/wiki/High-resolution_audio">high-resolution audio</a>
 for more information.
 </dd>
@@ -173,7 +173,7 @@
 Note that the authoring process may reduce the bit depth or sample rate from that of the
 <a href="http://en.wikipedia.org/wiki/Audio_mastering">masters</a>.
 Distribution formats that preserve the resolution and bit accuracy of masters
-are the subject of "high-resolution audio".
+are the subject of "high-resolution audio."
 </dd>
 
 <dt>lossy</dt>
@@ -209,7 +209,7 @@
 
 <dt>multichannel</dt>
 <dd>
-See "surround sound".
+See "surround sound."
 Strictly, since stereo is more than one channel, it is also "multi" channel.
 But that usage would be confusing.
 </dd>