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/59d7a13f56c6
branches:  trunk
changeset: 337291:59d7a13f56c6
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 f7ab7ded886f -r 59d7a13f56c6 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