| Index: webrtc/examples/androidapp/src/org/appspot/apprtc/CpuMonitor.java
|
| diff --git a/webrtc/examples/androidapp/src/org/appspot/apprtc/CpuMonitor.java b/webrtc/examples/androidapp/src/org/appspot/apprtc/CpuMonitor.java
|
| index 9f604fdbe86f2ee32a6b9c8f651f05d1cd7a2029..e508e6cbe38dfbb4bafd33a7ef8ab7f1643bacf4 100644
|
| --- a/webrtc/examples/androidapp/src/org/appspot/apprtc/CpuMonitor.java
|
| +++ b/webrtc/examples/androidapp/src/org/appspot/apprtc/CpuMonitor.java
|
| @@ -52,7 +52,7 @@ import org.appspot.apprtc.util.LooperExecutor;
|
| * CpuMonitor objects.
|
| *
|
| * <p>If we can gather enough info to generate a sensible result,
|
| - * sampleCpuUtilization returns true. It is designed to never through an
|
| + * sampleCpuUtilization returns true. It is designed to never throw an
|
| * exception.
|
| *
|
| * <p>sampleCpuUtilization should not be called too often in its present form,
|
|
|