From takas-su@ryo2402.aist-nara.ac.jp  Fri Oct 31 01:43:49 1997
Received: from ryo2402.aist-nara.ac.jp (ryo2402.aist-nara.ac.jp [163.221.154.71])
          by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA25205
          for <FreeBSD-gnats-submit@freebsd.org>; Fri, 31 Oct 1997 01:42:33 -0800 (PST)
          (envelope-from takas-su@ryo2402.aist-nara.ac.jp)
Received: (from takas-su@localhost)
	by ryo2402.aist-nara.ac.jp (8.8.7/8.8.7) id SAA06793;
	Fri, 31 Oct 1997 18:42:22 +0900 (JST)
	(envelope-from takas-su)
Message-Id: <199710310942.SAA06793@ryo2402.aist-nara.ac.jp>
Date: Fri, 31 Oct 1997 18:42:22 +0900 (JST)
From: takas-su@is.aist-nara.ac.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: found a wrong spelling in /usr/src/sys/i386/conf/GENERIC
X-Send-Pr-Version: 3.2

>Number:         4905
>Category:       conf
>Synopsis:       found a wrong spelling in /usr/src/sys/i386/conf/GENERIC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 31 01:50:00 PST 1997
>Closed-Date:    Fri Oct 31 14:10:18 PST 1997
>Last-Modified:  Fri Oct 31 14:16:58 PST 1997
>Originator:     Sugimura Takashi
>Release:        FreeBSD 2.2.5-STABLE i386
>Organization:
Nara Institute of Science and Technology
>Environment:

normal 

>Description:

In /usr/src/sys/i386/conf/GENERIC, I found the wrong comment.
"ijppp" is not right. It is "iijppp". (see ppp(8).)

>How-To-Repeat:

See /usr/src/sys/i386/conf/GENERIC.

>Fix:

A small patch for /usr/src/sys/i386/conf/GENERIC is following.

--- GENERIC.orig	Fri Oct 31 18:28:19 1997
+++ GENERIC	Fri Oct 31 18:28:34 1997
@@ -148,7 +148,7 @@
 pseudo-device	ether
 pseudo-device	log
 pseudo-device	sl	1
-# ijppp uses tun instead of ppp device
+# iijppp uses tun instead of ppp device
 #pseudo-device	ppp	1
 pseudo-device	vn	1
 pseudo-device	tun	1

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jseger 
State-Changed-When: Fri Oct 31 14:10:18 PST 1997 
State-Changed-Why:  
Commited, thanks. 

>Unformatted:
