Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/config Typo in previous.



details:   https://anonhg.NetBSD.org/src/rev/1989aaff883f
branches:  trunk
changeset: 807433:1989aaff883f
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Fri Apr 10 03:51:44 2015 +0000

description:
Typo in previous.

diffstat:

 usr.bin/config/TODO |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 818922aac389 -r 1989aaff883f usr.bin/config/TODO
--- a/usr.bin/config/TODO       Fri Apr 10 03:30:09 2015 +0000
+++ b/usr.bin/config/TODO       Fri Apr 10 03:51:44 2015 +0000
@@ -61,7 +61,7 @@
   print/submatch args.  If the found child is known (e.g., "pcibus" creating
   "pci"):
 
-       config_found(self, "xxxbus");
+       config_found(self, "pcibus");
 
   If finding unknown children (e.g. "pci" finding pci devices):
 



Home | Main Index | Thread Index | Old Index