Commit 668866b8 authored by brettw@chromium.org's avatar brettw@chromium.org

Fix comment typo.

Review URL: https://chromiumcodereview.appspot.com/10823113

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149284 0039d316-1c4b-4281-b951-d872f2087c98
parent 862ce989
...@@ -118,7 +118,7 @@ class NonThreadSafeThreadTraits { ...@@ -118,7 +118,7 @@ class NonThreadSafeThreadTraits {
/// A simple object that acts like a lock but does nothing. /// A simple object that acts like a lock but does nothing.
/// ///
/// MStrong>Note:</strong> in Debug mode, it checks that it is either /// <strong>Note:</strong> in Debug mode, it checks that it is either
/// called on the main thread, or always called on another thread. It also /// called on the main thread, or always called on another thread. It also
/// asserts that the caller does not recursively lock. /// asserts that the caller does not recursively lock.
class Lock { class Lock {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment