Skip to content
Snippets Groups Projects
Commit bfb4c92e authored by Mitchel Humpherys's avatar Mitchel Humpherys
Browse files

lrdp-v2: gdbmi: format comment in gdbmi

There's a comment in gdbmi that doesn't adhere to the canonical Python
prompt format.  Fix this.

Change-Id: I0a369669cc4c5aa5ac318da0f4949aba84bed02d
parent 7446b1bc
No related branches found
No related tags found
No related merge requests found
......@@ -144,8 +144,8 @@ class GdbMI(object):
Example:
gdbmi.field_offset("struct ion_buffer", "heap")
-> 20
>>> gdbmi.field_offset("struct ion_buffer", "heap")
20
- `the_type': struct or type (note that if it's a struct you
should include the word "struct" (e.g.: "struct
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment