* gnat_ugn.texi (Examples of gnatxref Usage): Fix typo: s/it it/it is/
From-SVN: r172892
This commit is contained in:
parent
906876b012
commit
770937fd6c
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-04-23 Jim Meyering <meyering@redhat.com>
|
||||
|
||||
* gnat_ugn.texi (Examples of gnatxref Usage): Fix typo: s/it it/it is/
|
||||
|
||||
2011-04-22 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* gcc-interface/decl.c (make_packable_type): Copy DECL_PARALLEL_TYPE
|
||||
|
|
|
@ -12634,7 +12634,7 @@ that is the entity @code{Main} is declared in main.ads, line 2, column 9,
|
|||
its body is in main.adb, line 1, column 14 and is not referenced any where.
|
||||
|
||||
The entity @code{Print} is declared in bar.ads, line 2, column 15 and it
|
||||
it referenced in main.adb, line 6 column 12 and line 7 column 12.
|
||||
is referenced in main.adb, line 6 column 12 and line 7 column 12.
|
||||
|
||||
@item gnatxref package1.adb package2.ads
|
||||
@code{gnatxref} will generates cross-reference information for
|
||||
|
|
Loading…
Add table
Reference in a new issue