Commit 256d31c046a6e6280d5a03e9ffc5b994ddaff591

Authored by wdenk
1 parent e632515387

Patch by Manfred Baral, 17 Mar 2005:

Fix typo

Showing 2 changed files with 4 additions and 1 deletions Side-by-side Diff

... ... @@ -2,6 +2,9 @@
2 2 Changes for U-Boot 1.1.3:
3 3 ======================================================================
4 4  
  5 +* Patch by Manfred Baral, 17 Mar 2005:
  6 + Fix typo
  7 +
5 8 * Fix RTC configuration for PPChameleon board
6 9  
7 10 * Cleanup, fix typo in include/configs/TQM5200.h
... ... @@ -550,7 +550,7 @@
550 550  
551 551 U_BOOT_CMD(
552 552 pci, 5, 1, do_pci,
553   - "pci - list and access PCI Configuraton Space\n",
  553 + "pci - list and access PCI Configuration Space\n",
554 554 "[bus] [long]\n"
555 555 " - short or long list of PCI devices on bus 'bus'\n"
556 556 "pci header b.d.f\n"