From: Nicolas Kaiser Typos. Signed-off-by: Andrew Morton --- 25-akpm/arch/ppc/platforms/pmac_pci.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff -puN arch/ppc/platforms/pmac_pci.c~ppc32-fix-comment-in-arch-ppc-platforms-pmac_pcic arch/ppc/platforms/pmac_pci.c --- 25/arch/ppc/platforms/pmac_pci.c~ppc32-fix-comment-in-arch-ppc-platforms-pmac_pcic 2004-07-27 18:23:20.598008056 -0700 +++ 25-akpm/arch/ppc/platforms/pmac_pci.c 2004-07-27 18:23:20.603007296 -0700 @@ -124,9 +124,9 @@ fixup_bus_range(struct device_node *brid * (iBook, G4, new IMacs, and all the recent Apple machines). * It contains 3 controllers in one ASIC. * - * The U3 is the bridge used on G5 machines. It contains on + * The U3 is the bridge used on G5 machines. It contains an * AGP bus which is dealt with the old UniNorth access routines - * and an HyperTransport bus which uses its own set of access + * and a HyperTransport bus which uses its own set of access * functions. */ @@ -705,7 +705,7 @@ setup_u3_ht(struct pci_controller* hose, * any of the 0xfxxxxxxx "fine" memory regions to /ht. * We need to fix that sooner or later by either parsing all child "ranges" * properties or figuring out the U3 address space decoding logic and - * then read it's configuration register (if any). + * then read its configuration register (if any). */ hose->io_base_phys = 0xf4000000 + 0x00400000; hose->io_base_virt = ioremap(hose->io_base_phys, 0x00400000); @@ -939,8 +939,8 @@ pmac_pci_enable_device_hook(struct pci_d * default, gmac is not powered up, and so will be absent * from the kernel initial PCI lookup. * - * Should be replaced by 2.4 new PCI mecanisms and really - * regiser the device. + * Should be replaced by 2.4 new PCI mechanisms and really + * register the device. */ pci_read_config_word(dev, PCI_COMMAND, &cmd); cmd |= PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER | PCI_COMMAND_INVALIDATE; _