Changelog:

        * gcc/config/i386/t-freebsd64: Fix typo.
        * gcc/config/i386/t-gnu64: Fix typo.
        * gcc/config/i386/t-linux64: Fix typo.

diff --git a/gcc/config/i386/t-freebsd64 b/gcc/config/i386/t-freebsd64
index 5e2cd3d2b6c..bd3a41c9516 100644
--- a/gcc/config/i386/t-freebsd64
+++ b/gcc/config/i386/t-freebsd64
@@ -18,7 +18,7 @@
 
 # The 32-bit libraries are found in /usr/lib32
 
-# To support i386 and x86-64, the directory structrue
+# To support i386 and x86-64, the directory structure
 # should be:
 #
 #      /lib has x86-64 libraries.
diff --git a/gcc/config/i386/t-gnu64 b/gcc/config/i386/t-gnu64
index 54b742a984e..d5f5540e1d4 100644
--- a/gcc/config/i386/t-gnu64
+++ b/gcc/config/i386/t-gnu64
@@ -23,7 +23,7 @@
 # it doesn't tell anything about the 32bit libraries on those systems.  Set
 # MULTILIB_OSDIRNAMES according to what is found on the target.
 
-# To support i386, x86-64 and x32 libraries, the directory structrue
+# To support i386, x86-64 and x32 libraries, the directory structure
 # should be:
 #
 #      /lib has i386 libraries.
diff --git a/gcc/config/i386/t-linux64 b/gcc/config/i386/t-linux64
index f9edc289e57..9a9d2199b14 100644
--- a/gcc/config/i386/t-linux64
+++ b/gcc/config/i386/t-linux64
@@ -23,7 +23,7 @@
 # it doesn't tell anything about the 32bit libraries on those systems.  Set
 # MULTILIB_OSDIRNAMES according to what is found on the target.
 
-# To support i386, x86-64 and x32 libraries, the directory structrue
+# To support i386, x86-64 and x32 libraries, the directory structure
 # should be:
 #
 #      /lib has i386 libraries.

Reply via email to