]> git.hungrycats.org Git - linux/commitdiff
[PATCH] PATCH 2.5: kconfig synchronise banners (11_16)
authorGreg Banks <gnb@alphalink.com.au>
Thu, 20 Jun 2002 06:47:35 +0000 (23:47 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Thu, 20 Jun 2002 06:47:35 +0000 (23:47 -0700)
1/3 definitions of CONFIG_PPP have trivially different banners.

arch/sparc/config.in

index 8333cc5ad0dc43fb73ad4e5f68983abfbdb29664..fb11163e0502f0410077dac2ae003650f794c10b 100644 (file)
@@ -180,7 +180,7 @@ if [ "$CONFIG_NET" = "y" ]; then
           tristate '  Ethertap network tap (OBSOLETE)' CONFIG_ETHERTAP
         fi
       fi
-      tristate '  PPP (point-to-point) support' CONFIG_PPP
+      tristate '  PPP (point-to-point protocol) support' CONFIG_PPP
       if [ ! "$CONFIG_PPP" = "n" ]; then
         dep_tristate '  PPP support for async serial ports' CONFIG_PPP_ASYNC $CONFIG_PPP
         dep_tristate '  PPP support for sync tty ports' CONFIG_PPP_SYNC_TTY $CONFIG_PPP