Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(485)

Unified Diff: remoting/jingle_glue/jingle_thread.cc

Issue 9863058: Fix some grammar in remoting/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/capturer_fake.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/jingle_glue/jingle_thread.cc
diff --git a/remoting/jingle_glue/jingle_thread.cc b/remoting/jingle_glue/jingle_thread.cc
index 74a5a7b780fb2cebc69c5c2da163c1b48273c096..eec985efe1301f0f3f51808e66bfd2e90d68813f 100644
--- a/remoting/jingle_glue/jingle_thread.cc
+++ b/remoting/jingle_glue/jingle_thread.cc
@@ -146,7 +146,7 @@ JingleThread::JingleThread()
JingleThread::~JingleThread() {
// It is important to call Stop here. If we wait for the base class to
- // call Stop in it's d'tor, then JingleThread::Run() will access member
+ // call Stop in its d'tor, then JingleThread::Run() will access member
// variables that are already gone. See similar comments in
// base/threading/thread.h.
if (message_loop_)
« no previous file with comments | « remoting/host/capturer_fake.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698