guile/scm-frame.c: Fix spelling errors in a comment.
authorDoug Evans <xdje42@gmail.com>
Fri, 6 Feb 2015 07:31:05 +0000 (23:31 -0800)
committerDoug Evans <xdje42@gmail.com>
Fri, 6 Feb 2015 07:31:05 +0000 (23:31 -0800)
gdb/ChangeLog:

* guile/scm-frame.c: Fix spelling errors in a comment.

gdb/ChangeLog
gdb/guile/scm-frame.c

index cd1c9d7c0a7582e0baea7ddf991e922c8a0d7986..7c7e878d84d4b2e80f3549e56abed7e3502959df 100644 (file)
@@ -1,3 +1,7 @@
+2015-02-05  Doug Evans  <xdje42@gmail.com>
+
+       * guile/scm-frame.c: Fix spelling errors in a comment.
+
 2015-02-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
index 157d20cf302a7c85dde7fb29cca2393b1fee257c..a30c09311dbf2aa698cfe25b9f207fad75fb9360 100644 (file)
@@ -300,13 +300,14 @@ frscm_get_frame_arg_unsafe (SCM self, int arg_pos, const char *func_name)
    Thus code working with frames has to handle both Scheme errors (e.g., the
    object is not a frame) and GDB errors (e.g., the frame lookup failed).
 
-   To help keep things clear we split gdbscm_scm_to_frame into two:
+   To help keep things clear we split what would be gdbscm_scm_to_frame
+   into two:
 
-   gdbscm_get_frame_smob_arg_unsafe
+   frscm_get_frame_smob_arg_unsafe
      - throws a Scheme error if object is not a frame,
        or if the inferior is gone or is no longer current
 
-   gdbscm_frame_smob_to_frame
+   frscm_frame_smob_to_frame
      - may throw a gdb error if the conversion fails
      - it's not clear when it will and won't throw a GDB error,
        but for robustness' sake we assume that whenever we call out to GDB
This page took 0.025868 seconds and 4 git commands to generate.