diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-28 14:48:48 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-28 14:48:48 +0000 |
commit | ec3c51e55bb9f0a1eee082c55a377ebfe07a78be (patch) | |
tree | efb805b51d71eb8fb88ce425948f4ca563f69ede /tools | |
parent | 9b374c325b5f02b4461af46533031fb09a72da00 (diff) | |
download | chromium_src-ec3c51e55bb9f0a1eee082c55a377ebfe07a78be.zip chromium_src-ec3c51e55bb9f0a1eee082c55a377ebfe07a78be.tar.gz chromium_src-ec3c51e55bb9f0a1eee082c55a377ebfe07a78be.tar.bz2 |
Fix gramar errors in trace_inputs.py.
No code change.
TBR=mad@chromium.org
NOTRY=true
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10717008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144718 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/isolate/trace_inputs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/isolate/trace_inputs.py b/tools/isolate/trace_inputs.py index 90b1fce..ee6e32e 100755 --- a/tools/isolate/trace_inputs.py +++ b/tools/isolate/trace_inputs.py @@ -1185,7 +1185,7 @@ class Dtrace(ApiBase): https://discussions.apple.com/thread/1980539. So resort to handling execve() manually. - errno is not printed in the log since this implementation currently care only + errno is not printed in the log since this implementation currently only cares about files that were successfully opened. """ class Context(ApiBase.Context): @@ -1668,7 +1668,7 @@ class Dtrace(ApiBase): # Code currently not used. D_EXTRANEOUS = """ - /* These are a good learning experience, since it traces a lot of things + /* This is a good learning experience, since it traces a lot of things * related to the process and child processes. * Warning: it generates a gigantic log. For example, tracing * "data/trace_inputs/child1.py --child" generates a 2mb log and takes |