aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-06-08 14:40:30 -0500
committerMike Lockwood <lockwood@android.com>2009-07-08 12:05:05 -0400
commitc989199ccfbe745a7109f57d2aee2577d2f72b8d (patch)
tree08193a3e0addb46dd8469a82135fb5796ad3681a
parent3d9b265b7d34d886a2f44e486c25e402d7df791b (diff)
downloadsystem_core-c989199ccfbe745a7109f57d2aee2577d2f72b8d.tar.gz
system_core-c989199ccfbe745a7109f57d2aee2577d2f72b8d.tar.bz2
system_core-c989199ccfbe745a7109f57d2aee2577d2f72b8d.zip
Fix typo in adb commandline help
Android developers are not expected to have PDP-11s.
-rw-r--r--adb/commandline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/commandline.c b/adb/commandline.c
index 7410dce5..548d3624 100644
--- a/adb/commandline.c
+++ b/adb/commandline.c
@@ -151,7 +151,7 @@ void help()
"\n"
"networking:\n"
" adb ppp <tty> [parameters] - Run PPP over USB.\n"
- " Note: you should not automatically start a PDP connection.\n"
+ " Note: you should not automatically start a PPP connection.\n"
" <tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1\n"
" [parameters] - Eg. defaultroute debug dump local notty usepeerdns\n"
"\n"