This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 3/4] observer on create/modify/delete itsets


> From: Yao Qi <yao@codesourcery.com>
> Date: Thu, 30 Aug 2012 10:40:24 +0800
> 
> +@item =itset-created,name=@var{name},spec=@var{spec}
> +@item =itset-modified,name=@var{name},spec=@var{spec}
> +Reports that a named itset is created or modified respecitvely. The name
                                                     ^^^^^^^^^^^^
> +of the itset is @var{name}, and the specificaiton of the itset is
                                       ^^^^^^^^^^^^^
"respectively" and "specification".

> +@deftypefun void itset_created (const char *@var{name}, const char *@var{spec})
> +called after a named itset @var{name} is created, and its specification is @var{spec}.
                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

"whose specification is @var{spec}"

> +@end deftypefun
> +
> +@deftypefun void itset_deleted (const char *@var{name})
> +called after a named itset @var{name} is deleted.  If @var{name} is equal to
> +@code{NULL}, all named itsets are deleted.
> +@end deftypefun
>  
> +@deftypefun void itset_modified (const char *@var{name}, const char *@var{spec})
> +called after a named itset @var{name} is modified, and its specification is @var{spec}.
>  @end deftypefun

Each one of "called" above should be "Called", with a capital C.

OK with those changes.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]