Fixes to gccgo.texi.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 14 Feb 2011 04:42:53 +0000 (04:42 +0000)
committerRalf Wildenhues <rwild@gcc.gnu.org>
Mon, 14 Feb 2011 04:42:53 +0000 (04:42 +0000)
gcc/:
* go/gccgo.texi (Top, Import and Export): Fix a typo and a
markup nit.

From-SVN: r170122

gcc/ChangeLog
gcc/go/gccgo.texi

index 4ac547505f0be4cae80c7eb7c0dec2c192e75012..6c3f6d43c8b399c7f9f80ec0868bf9f01de75277 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * go/gccgo.texi (Top, Import and Export): Fix a typo and a
+       markup nit.
+
 2011-02-14  Andriy Gapon <avg@freebsd.org>
 
        PR target/45808
index b6f8910a8dbf35e80226e7d86e01855680900225..dc8b0225a239aa8119670c2eecc398998c429d10 100644 (file)
@@ -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.