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

Unified Diff: tools/traceline/traceline/syscall_map.h

Issue 9910010: Fix some grammatical errors in comments in tools/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remediate to review 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 | « tools/traceline/svgui/traceline.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/traceline/traceline/syscall_map.h
diff --git a/tools/traceline/traceline/syscall_map.h b/tools/traceline/traceline/syscall_map.h
index 30a2348d8d15d3b9fa4fc247bf276407b86bc786..515e9c7863b017d76971eceef32e5bd17446c32f 100644
--- a/tools/traceline/traceline/syscall_map.h
+++ b/tools/traceline/traceline/syscall_map.h
@@ -8,7 +8,7 @@
// Define a global map used for resolving a syscall number to name.
// Call CreateSyscallMap() to create a return a std::map<int, const char*>
-// which maps from a system call number to it's function name.
+// which maps from a system call number to its function name.
#ifndef TRACELINE_SYSCALL_MAP_H_
#define TRACELINE_SYSCALL_MAP_H_
« no previous file with comments | « tools/traceline/svgui/traceline.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698