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

Unified Diff: native_client_sdk/src/tools/decode_dump.py

Issue 13106002: [NaCl SDK] A bunch of spelling fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix presubmit Created 7 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 | « native_client_sdk/src/libraries/utils/macros.h ('k') | native_client_sdk/src/tools/getos.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/tools/decode_dump.py
diff --git a/native_client_sdk/src/tools/decode_dump.py b/native_client_sdk/src/tools/decode_dump.py
index e2717ff2094cc29b6e4ba929ca11786a69486afe..74d07a03fb6699d059d7cd36c4d8a114ee23eeb9 100755
--- a/native_client_sdk/src/tools/decode_dump.py
+++ b/native_client_sdk/src/tools/decode_dump.py
@@ -1,5 +1,5 @@
#!/usr/bin/python
-# Copyright (c) 2012 The Native Client Authors. All rights reserved.
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -25,7 +25,7 @@ class CoreDecoder(object):
Args:
main_nexe: nexe to resolve NaClMain references from.
- nmf_filename: nmf to resovle references from.
+ nmf_filename: nmf to resolve references from.
addr2line: path to appropriate addr2line.
library_paths: list of paths to search for libraries.
platform: platform string to use in nmf files.
@@ -141,7 +141,7 @@ class CoreDecoder(object):
Args:
core_path: source file containing a dump.
Returns:
- An embelished core dump dict (decoded code addresses).
+ An embellished core dump dict (decoded code addresses).
"""
core = json.load(open(core_path))
for frame in core['frames']:
« no previous file with comments | « native_client_sdk/src/libraries/utils/macros.h ('k') | native_client_sdk/src/tools/getos.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698