diff mbox

[doc,go] Fixes to gccgo.texi

Message ID 20110213170646.GD32131@gmx.de
State New
Headers show

Commit Message

Ralf Wildenhues Feb. 13, 2011, 5:06 p.m. UTC
Tested 'cd gcc && make info pdf html man', OK for trunk?

Thanks,
Ralf

Fixes to gccgo.texi.

gcc/ChangeLog:
2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	* go/gccgo.texi (Top, Import and Export): Fix a typo and a
	markup nit.

Comments

Gerald Pfeifer Feb. 13, 2011, 9:27 p.m. UTC | #1
On Sun, 13 Feb 2011, Ralf Wildenhues wrote:
> 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
> 
> 	* go/gccgo.texi (Top, Import and Export): Fix a typo and a
> 	markup nit.

This looks good, thanks.

Gerald
diff mbox

Patch

diff --git a/gcc/go/gccgo.texi b/gcc/go/gccgo.texi
index b6f8910..dc8b022 100644
--- a/gcc/go/gccgo.texi
+++ b/gcc/go/gccgo.texi
@@ -88,7 +88,7 @@  package documentation, see @uref{http://golang.org/}.
                                 How you can share and copy this manual.
 * Invoking gccgo::              How to run gccgo.
 * Import and Export::           Importing and exporting package data.
-* C Interoperability::          Calling C from Go and vice-vera.
+* C Interoperability::          Calling C from Go and vice-versa.
 * Index::                       Index.
 @end menu
 
@@ -186,7 +186,7 @@  export information will be stored directly in the object file.  When a
 package is imported, @command{gccgo} must be able to find the file.
 
 @cindex @file{.gox}
-When Go code imports the package @file{gopackage}, @command{gccgo}
+When Go code imports the package @file{@var{gopackage}}, @command{gccgo}
 will look for the import data using the following filenames, using the
 first one that it finds.