From 166ddaedec5a1baf3f8a7febee1f3bbc5fe6219a Mon Sep 17 00:00:00 2001
From: "Brian S. Dean" <bsd@bsdhome.com>
Date: Sun, 31 Dec 2000 18:45:53 +0000
Subject: [PATCH] Update a comment.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@19 81a1dc3b-b13d-400b-aceb-764788c761c2
---
 avrprog.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/avrprog.c b/avrprog.c
index 2f53ba34..d561100a 100644
--- a/avrprog.c
+++ b/avrprog.c
@@ -46,10 +46,11 @@
  *
  *  NOTE on Vcc connection: make sure your parallel port can supply an
  *  adequate amount of current to power your device.  6-10 mA is
- *  common for parallel port signal lines, but is not guaranteed.
- *  Optionally, you can tie pins 6, 7, 8, and 9 also to Vcc with
- *  Schottky diodes to supply additional current.  If in doubt, don't
- *  risk damaging your parallel port, use an external power supply.  
+ *  common for parallel port signal lines, but is not guaranteed,
+ *  especially for notebook computers.  Optionally, you can tie pins
+ *  6, 7, 8, and 9 also to Vcc with Schottky diodes to supply
+ *  additional current.  If in doubt, don't risk damaging your
+ *  parallel port, use an external power supply.
  */
 
 #include <stdio.h>