Author: n_hibma
Date: Tue Jan 20 20:32:48 2009
New Revision: 187484
URL: http://svn.freebsd.org/changeset/base/187484

Log:
  revert my previous commit. It was in error. I got primed by a few other
  similar typos in man-pages.
  
  Submitted by: jhb

Modified:
  stable/7/sys/dev/ata/ata-all.c

Modified: stable/7/sys/dev/ata/ata-all.c
==============================================================================
--- stable/7/sys/dev/ata/ata-all.c      Tue Jan 20 20:22:28 2009        
(r187483)
+++ stable/7/sys/dev/ata/ata-all.c      Tue Jan 20 20:32:48 2009        
(r187484)
@@ -127,7 +127,7 @@ ata_attach(device_t dev)
 
     /* reset the controller HW, the channel and device(s) */
     while (ATA_LOCKING(dev, ATA_LF_LOCK) != ch->unit)
-       pause("attach", 1);
+       pause("atatch", 1);
     ATA_RESET(dev);
     ATA_LOCKING(dev, ATA_LF_UNLOCK);
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to