Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 92ce94a

Browse files
committedJul 1, 2014
Fix typos.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@212132 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 20425cc commit 92ce94a

File tree

135 files changed

+360
-360
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+360
-360
lines changed
 

‎docs/lldb-gdb-remote.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ for this region.
10831083
// "qsProcessInfo"
10841084
//
10851085
// BRIEF
1086-
// Get the first process info (qfProcessInfo) or subsequent processs
1086+
// Get the first process info (qfProcessInfo) or subsequent process
10871087
// info (qsProcessInfo) for one or more processes on the remote
10881088
// platform. The first call gets the first match and subsequent calls
10891089
// to qsProcessInfo gets the subsequent matches. Return an error EXX,
@@ -1296,7 +1296,7 @@ for this region.
12961296
// sending strings with arbitrary contents in them, including the '#', '$', and '*'
12971297
// characters that have special meaning in gdb-remote protocol and cannot occur
12981298
// in the middle of the string. The standard solution for this would be to require
1299-
// ascii-hex encoding of all strings, or ascii-hex encode the entier JSON payload.
1299+
// ascii-hex encoding of all strings, or ascii-hex encode the entire JSON payload.
13001300
//
13011301
// Instead, the binary escaping convention is used for JSON data. This convention
13021302
// (e.g. used for the X packet) says that if '#', '$', '*', or '}' are to occur in

‎examples/python/delta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def parse_log_file(file, options):
6868
generated using:
6969
(lldb) log enable --threadsafe --timestamp --file <FILE> ....
7070
71-
This log file will contain timestamps and this fucntion will then normalize
71+
This log file will contain timestamps and this function will then normalize
7272
those packets to be relative to the first value timestamp that is found and
7373
show delta times between log lines and also keep track of how long it takes
7474
for GDB remote commands to make a send/receive round trip. This can be

0 commit comments

Comments
 (0)
This repository has been archived.