aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2011-02-14 04:42:53 +0000
committerRalf Wildenhues <rwild@gcc.gnu.org>2011-02-14 04:42:53 +0000
commit1e26379233bef9226b6cb26a2cd300de46f06b81 (patch)
tree9ef212fa80dde7003e2d636aa01e336fff18a4e6
parent67932abf57a5aae06cbf65012d3982dcdd18a3ac (diff)
downloadgcc-1e26379233bef9226b6cb26a2cd300de46f06b81.zip
gcc-1e26379233bef9226b6cb26a2cd300de46f06b81.tar.gz
gcc-1e26379233bef9226b6cb26a2cd300de46f06b81.tar.bz2
Fixes to gccgo.texi.
gcc/: * go/gccgo.texi (Top, Import and Export): Fix a typo and a markup nit. From-SVN: r170122
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/go/gccgo.texi4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4ac5475..6c3f6d4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
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.