fix mispelling of kld

This commit is contained in:
John-Mark Gurney 1997-10-24 05:30:12 +00:00
parent f173e80c8b
commit 60add4e38d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30684

View File

@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: kldunload.c,v 1.2 1997/10/19 11:15:45 jmg Exp $
* $Id: kldunload.c,v 1.3 1997/10/21 09:59:26 jmg Exp $
*/
#include <err.h>
@ -36,7 +36,7 @@
static void
usage(void)
{
fprintf(stderr, "usage: modunload [-i id] [-n filename]\n");
fprintf(stderr, "usage: kldunload [-i id] [-n filename]\n");
exit(1);
}