|
Message
From: =?unknown-8bit?Q?Gy=F6rgy?= 'nog' Jeney<nog@s...>
Date: Tue Jul 5 17:53:10 CEST 2005
Subject: [openrisc] [or1ksim #143] Spelling fixes
Hi,ChangeLog: * Spelling fixes.
nog. -------------- next part -------------- diff -upr --unidirectional-new-file ./cpu/common/abstract.h /home/nog/or1ksim-ac/cpu/common/abstract.h --- ./cpu/common/abstract.h 2005-07-05 06:18:33.000000000 +0200 +++ /home/nog/or1ksim-ac/cpu/common/abstract.h 2005-06-13 17:19:06.000000000 +0200 @@ -1,4 +1,4 @@ -/* abstract.c -- Abstract entities header file +/* abstract.h -- Abstract entities header file Copyright (C) 1999 Damjan Lampret, lampret@o... This file is part of OpenRISC 1000 Architectural Simulator. diff -upr --unidirectional-new-file ./cpu/or1k/sprs.c /home/nog/or1ksim-ac/cpu/or1k/sprs.c --- ./cpu/or1k/sprs.c 2005-07-05 09:44:56.000000000 +0200 +++ /home/nog/or1ksim-ac/cpu/or1k/sprs.c 2005-06-30 15:31:14.000000000 +0200 @@ -157,7 +157,7 @@ void mtspr(uint16_t regno, const uorreg_ } break; default: - /* Mask reseved bits in DTLBMR and DTLBMR registers */ + /* Mask reserved bits in DTLBMR and DTLBMR registers */ if ( (regno >= SPR_DTLBMR_BASE(0)) && (regno < SPR_DTLBTR_LAST(3))) { if((regno & 0xff) < 0x80) cpu_state.sprs[regno] = ((value / config.dmmu.pagesize) * config.dmmu.pagesize) | diff -upr --unidirectional-new-file ./cpu/or32/dyn32_defs.h /home/nog/or1ksim-ac/cpu/or32/dyn32_defs.h --- ./cpu/or32/dyn32_defs.h 2005-07-05 06:18:33.000000000 +0200 +++ /home/nog/or1ksim-ac/cpu/or32/dyn32_defs.h 2005-04-12 18:22:33.000000000 +0200 @@ -1,4 +1,4 @@ -/* dyn32_defs.h -- Definitions for the complex execution model +/* dyn32_defs.h -- Definitions for the dynamic execution model Copyright (C) 2005 Gy?rgy `nog' Jeney, nog@s... This file is part of OpenRISC 1000 Architectural Simulator. diff -upr --unidirectional-new-file ./cpu/or32/op.c /home/nog/or1ksim-ac/cpu/or32/op.c --- ./cpu/or32/op.c 2005-07-05 06:18:33.000000000 +0200 +++ /home/nog/or1ksim-ac/cpu/or32/op.c 2005-06-19 13:00:15.000000000 +0200 @@ -51,7 +51,7 @@ register struct cpu_state *env asm(CPU_S #include "op_i386.h" /* - * WARNING: Before going of and wildly editing everything in the file remember + * WARNING: Before going of and wildly editing everything in this file remember * the following about its contents: * 1) The `functions' don't EVER return. In otherwords haveing return state- * ments _anywere_ in this file is likely not to work. This is because diff -upr --unidirectional-new-file ./peripheral/16450.c /home/nog/or1ksim-ac/peripheral/16450.c --- ./peripheral/16450.c 2005-07-05 06:18:33.000000000 +0200 +++ /home/nog/or1ksim-ac/peripheral/16450.c 2005-06-11 19:33:47.000000000 +0200 @@ -23,7 +23,7 @@ Foundation, Inc., 675 Mass Ave, Cambridg This simulated UART device is intended for basic UART device driver verification. From device driver perspective this device looks like a - regular UART but never reports and modem control lines changes (the + regular UART but never reports any modem control lines changes (the only DCE responses are incoming characters from the file stream). */ diff -upr --unidirectional-new-file ./peripheral/channels/channel.c /home/nog/or1ksim-ac/peripheral/channels/channel.c --- ./peripheral/channels/channel.c 2005-07-05 06:18:33.000000000 +0200 +++ /home/nog/or1ksim-ac/peripheral/channels/channel.c 2005-05-27 20:00:08.000000000 +0200 @@ -1,5 +1,5 @@ -/* channel.h -- Definition of types and structures for - peripheral to communicate with host. Addapted from UML. +/* channel.c -- Definition of types and structures for + peripherals to communicate with host. Adapted from UML. Copyright (C) 2002 Richard Prescott <rip@s...> diff -upr --unidirectional-new-file ./sim-config.c /home/nog/or1ksim-ac/sim-config.c --- ./sim-config.c 2005-07-05 06:18:33.000000000 +0200 +++ /home/nog/or1ksim-ac/sim-config.c 2005-07-04 16:09:42.000000000 +0200 @@ -324,7 +323,7 @@ void sim_exe_log_type (union param_val v config.sim.exe_log_type = EXE_LOG_SOFTWARE; } else { char tmp[200]; - sprintf (tmp, "invalid execute log type '%s'.\n", val.str_val); + sprintf (tmp, "invalid execution log type '%s'.\n", val.str_val); CONFIG_ERROR(tmp); } } diff -upr --unidirectional-new-file ./testbench/acv_uart.c /home/nog/or1ksim-ac/testbench/acv_uart.c --- ./testbench/acv_uart.c 2005-07-05 06:18:33.000000000 +0200 +++ /home/nog/or1ksim-ac/testbench/acv_uart.c 2005-06-04 08:13:47.000000000 +0200 @@ -748,7 +750,7 @@ send_char_no_wait ('2'); printf ("OK\n"); } -/* Tests parity error and frane error behaviour */ +/* Tests parity error and frame error behaviour */ void line_error_test () {
|
 |