diff options
| author | Kenny Root <kenny@the-b.org> | 2009-06-08 14:40:30 -0500 |
|---|---|---|
| committer | Kenny Root <kenny@the-b.org> | 2009-06-08 14:40:30 -0500 |
| commit | 417a3235350b2bb016625f40ffb22c356a51f046 (patch) | |
| tree | a571693391c4ee260f658ca1f9e4c6ef6c5edacc | |
| parent | fa5bf90831dbf7a650eb318e2171a25731743104 (diff) | |
| download | system_core-417a3235350b2bb016625f40ffb22c356a51f046.zip system_core-417a3235350b2bb016625f40ffb22c356a51f046.tar.gz system_core-417a3235350b2bb016625f40ffb22c356a51f046.tar.bz2 | |
Fix typo in adb commandline help
Android developers are not expected to have PDP-11s.
| -rw-r--r-- | adb/commandline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/commandline.c b/adb/commandline.c index 7410dce..548d362 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" |
