Revision 07f35073

b/arm-dis.c
1624 1624
}
1625 1625

  
1626 1626
/* Print one coprocessor instruction on INFO->STREAM.
1627
   Return true if the instuction matched, false if this is not a
1627
   Return true if the instruction matched, false if this is not a
1628 1628
   recognised coprocessor instruction.  */
1629 1629

  
1630 1630
static bfd_boolean
......
2214 2214
}
2215 2215

  
2216 2216
/* Print one neon instruction on INFO->STREAM.
2217
   Return true if the instuction matched, false if this is not a
2217
   Return true if the instruction matched, false if this is not a
2218 2218
   recognised neon instruction.  */
2219 2219

  
2220 2220
static bfd_boolean
......
3927 3927
	    n = last_mapping_sym - 1;
3928 3928

  
3929 3929
	  /* No mapping symbol found at this address.  Look backwards
3930
	     for a preceeding one.  */
3930
	     for a preceding one.  */
3931 3931
	  for (; n >= 0; n--)
3932 3932
	    {
3933 3933
	      if (get_sym_code_type (info, n, &type))
b/cpu-all.h
368 368
#define CPU_INTERRUPT_TGT_EXT_4   0x1000
369 369

  
370 370
/* Several target-specific internal interrupts.  These differ from the
371
   preceeding target-specific interrupts in that they are intended to
371
   preceding target-specific interrupts in that they are intended to
372 372
   originate from within the cpu itself, typically in response to some
373 373
   instruction being executed.  These, therefore, are not masked while
374 374
   single-stepping within the debugger.  */
b/cpu-common.h
1 1
#ifndef CPU_COMMON_H
2 2
#define CPU_COMMON_H 1
3 3

  
4
/* CPU interfaces that are target indpendent.  */
4
/* CPU interfaces that are target independent.  */
5 5

  
6 6
#ifdef TARGET_PHYS_ADDR_BITS
7 7
#include "targphys.h"
b/cpus.c
281 281
         * (related to the time left until the next event) has passed.  This
282 282
         * rt_clock timer will do this.  This avoids that the warps are too
283 283
         * visible externally---for example, you will not be sending network
284
         * packets continously instead of every 100ms.
284
         * packets continuously instead of every 100ms.
285 285
         */
286 286
        qemu_mod_timer(icount_warp_timer, vm_clock_warp_start + deadline);
287 287
    } else {
b/exec-memory.h
1 1
/*
2
 * Internal memory managment interfaces
2
 * Internal memory management interfaces
3 3
 *
4 4
 * Copyright 2011 Red Hat, Inc. and/or its affiliates
5 5
 *
b/hppa-dis.c
564 564
 */
565 565

  
566 566
/* There are two kinds of delay slot nullification: normal which is
567
 * controled by the nullification bit, and conditional, which depends
567
 * controlled by the nullification bit, and conditional, which depends
568 568
 * on the direction of the branch and its success or failure.
569 569
 *
570 570
 * NONE is unfortunately #defined in the hiux system include files.
b/m68k-dis.c
3518 3518

  
3519 3519
/* NOTE: The mcf5200 family programmer's reference manual does not
3520 3520
   indicate the byte form of the movea instruction is invalid (as it
3521
   is on 68000 family cpus).  However, experiments on the 5202 yeild
3521
   is on 68000 family cpus).  However, experiments on the 5202 yield
3522 3522
   unexpected results.  The value is copied, but it is not sign extended
3523 3523
   (as is done with movea.w) and the top three bytes in the address
3524 3524
   register are not disturbed.  I don't know if this is the intended
b/main-loop.h
111 111
 * qemu_add_wait_object.
112 112
 *
113 113
 * Polling callbacks really have nothing Windows specific in them, but
114
 * as they are a hack and are currenly not necessary under POSIX systems,
114
 * as they are a hack and are currently not necessary under POSIX systems,
115 115
 * they are only available when QEMU is running under Windows.
116 116
 *
117 117
 * @func: The function that does the polling, and returns 1 to force
b/nbd.c
203 203
        return -1;
204 204
    }
205 205

  
206
    TRACE("Negotation succeeded.");
206
    TRACE("Negotiation succeeded.");
207 207

  
208 208
    return 0;
209 209
}
......
215 215
    uint64_t magic, s;
216 216
    uint16_t tmp;
217 217

  
218
    TRACE("Receiving negotation.");
218
    TRACE("Receiving negotiation.");
219 219

  
220 220
    if (read_sync(csock, buf, 8) != 8) {
221 221
        LOG("read failed");
b/qemu-io.c
445 445
    }
446 446

  
447 447
    if ((pattern_count < 0) || (pattern_count + pattern_offset > count))  {
448
        printf("pattern verfication range exceeds end of read data\n");
448
        printf("pattern verification range exceeds end of read data\n");
449 449
        return 0;
450 450
    }
451 451

  
b/qemu-option.c
480 480
                printf("%s=%" PRId64 " ", list->name, list->value.n);
481 481
                break;
482 482
            default:
483
                printf("%s=(unkown type) ", list->name);
483
                printf("%s=(unknown type) ", list->name);
484 484
                break;
485 485
        }
486 486
        list++;
b/qerror.c
223 223
    },
224 224
    {
225 225
        .error_fmt = QERR_UNDEFINED_ERROR,
226
        .desc      = "An undefined error has ocurred",
226
        .desc      = "An undefined error has occurred",
227 227
    },
228 228
    {
229 229
        .error_fmt = QERR_UNSUPPORTED,
b/savevm.c
1552 1552
}
1553 1553

  
1554 1554
/*
1555
 * this funtion has three return values:
1555
 * this function has three return values:
1556 1556
 *   negative: there was one error, and we have -errno.
1557 1557
 *   0 : We haven't finished, caller have to go again
1558 1558
 *   1 : We have finished, we can go to complete phase
b/test-visitor.c
166 166
    QString *str;
167 167

  
168 168
    ud1.integer = 42;
169
    ud1.string = strdup("fourty two");
169
    ud1.string = strdup("forty two");
170 170

  
171 171
    /* sanity check */
172 172
    mo = qmp_output_visitor_new();
......
179 179
    g_assert(obj);
180 180
    qobject_decref(obj);
181 181

  
182
    ud2.string = strdup("fourty three");
183
    ud2.dict.string = strdup("fourty four");
182
    ud2.string = strdup("forty three");
183
    ud2.dict.string = strdup("forty four");
184 184
    ud2.dict.dict.userdef = ud1_p;
185
    ud2.dict.dict.string = strdup("fourty five");
185
    ud2.dict.dict.string = strdup("forty five");
186 186
    ud2.dict.has_dict2 = true;
187 187
    ud2.dict.dict2.userdef = ud1_p;
188
    ud2.dict.dict2.string = strdup("fourty six");
188
    ud2.dict.dict2.string = strdup("forty six");
189 189

  
190 190
    /* c type -> qobject */
191 191
    mo = qmp_output_visitor_new();
b/vl.c
820 820
        /* Allowed boot devices are:
821 821
         * a-b: floppy disk drives
822 822
         * c-f: IDE disk drives
823
         * g-m: machine implementation dependant drives
823
         * g-m: machine implementation dependent drives
824 824
         * n-p: network devices
825 825
         * It's up to each machine implementation to check if the given boot
826 826
         * devices match the actual hardware implementation and firmware

Also available in: Unified diff