diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2003-08-19 19:46:40 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2003-08-19 19:46:40 +0000 |
commit | 000899279551882c882df58d68d25a92f9f6837a (patch) | |
tree | 4d918faa93c36ec1f1964a411d145c53a694acef /gnu | |
parent | 29160c6d8e0f8cb7b672b4da47e9717f93184caf (diff) |
typo in comment, compiler vs. complier
Diffstat (limited to 'gnu')
-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 \ |