Comment spelling fixes.

This commit is contained in:
Ville Skyttä 2009-06-12 20:45:35 +03:00
parent 40073816ff
commit 8c24c1429a

View File

@ -607,7 +607,7 @@ _count_args()
done
}
# This function complete on PCI IDs
# This function completes on PCI IDs
#
_pci_ids()
{
@ -615,7 +615,7 @@ _pci_ids()
$( compgen -W "$( lspci -n | awk '{print $3}')" -- $cur ) )
}
# This function complete on USB IDs
# This function completes on USB IDs
#
_usb_ids()
{