diff options
author | mmcc <mmcc@cvs.openbsd.org> | 2016-01-14 01:53:30 +0000 |
---|---|---|
committer | mmcc <mmcc@cvs.openbsd.org> | 2016-01-14 01:53:30 +0000 |
commit | 6b0778661e7f37294e32cc065d6743b6f31d538c (patch) | |
tree | 2869125540b3b5927da96a3607f268123a539c42 /gnu/gcc | |
parent | 2fd43776867d34116542f8aabd13aa5a457ad11c (diff) |
fix typo
from Jan Schreiber, ok deraadt@
Diffstat (limited to 'gnu/gcc')
-rw-r--r-- | gnu/gcc/gcc/config/mt/mt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/gcc/gcc/config/mt/mt.c b/gnu/gcc/gcc/config/mt/mt.c index 44c494ee99e..cef98803e32 100644 --- a/gnu/gcc/gcc/config/mt/mt.c +++ b/gnu/gcc/gcc/config/mt/mt.c @@ -475,7 +475,7 @@ mt_print_operand (FILE * file, rtx x, int code) break; default: - fprintf(file, "Uknown code: %d", GET_CODE (x)); + fprintf(file, "Unknown code: %d", GET_CODE (x)); break; } |