diff options
-rw-r--r-- | gnu/egcs/gcc/config/sparc/openbsd64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/egcs/gcc/config/sparc/openbsd64.h b/gnu/egcs/gcc/config/sparc/openbsd64.h index 4a4d9a77f59..bbcc7558b97 100644 --- a/gnu/egcs/gcc/config/sparc/openbsd64.h +++ b/gnu/egcs/gcc/config/sparc/openbsd64.h @@ -33,7 +33,7 @@ Boston, MA 02111-1307, USA. */ #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (sparc64 OpenBSD ELF)") -/* A 64 bit v9 complier in a Medium/Mid code model. */ +/* A 64 bit v9 compiler in a Medium/Mid code model. */ #undef TARGET_DEFAULT #define TARGET_DEFAULT \ |