summaryrefslogtreecommitdiffstats
path: root/gatchat/gatppp.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2011-05-24 07:58:30 -0500
committerDenis Kenzior <denkenz@gmail.com>2011-05-24 11:47:46 -0500
commitbe7cce9cb316327eaca222e8ef92f97b003ad896 (patch)
treec2164367c896085bb9c5dd7c71ed86e942ac6830 /gatchat/gatppp.c
parentcccf76cfdf65fbd2ca1544f4ff34b758c5225951 (diff)
downloadofono-be7cce9cb316327eaca222e8ef92f97b003ad896.tar.bz2
gatppp: Don't go over 80 characters / line
Diffstat (limited to 'gatchat/gatppp.c')
-rw-r--r--gatchat/gatppp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/gatppp.c b/gatchat/gatppp.c
index c7768118..f2f2484d 100644
--- a/gatchat/gatppp.c
+++ b/gatchat/gatppp.c
@@ -51,7 +51,7 @@ enum ppp_phase {
PPP_PHASE_ESTABLISHMENT, /* LCP started */
PPP_PHASE_AUTHENTICATION, /* Auth started */
PPP_PHASE_NETWORK, /* IPCP started */
- PPP_PHASE_LINK_UP, /* IPCP negotiation succeeded, link up */
+ PPP_PHASE_LINK_UP, /* IPCP negotiation ok, link up */
PPP_PHASE_TERMINATION, /* LCP Terminate phase */
};