Corrected pointer error in ggsn.c
diff --git a/examples/ggsn.conf b/examples/ggsn.conf
index 5550525..9fb62f6 100644
--- a/examples/ggsn.conf
+++ b/examples/ggsn.conf
@@ -27,7 +27,7 @@
 # TAG: statedir
 # Directory to use for nonvolatile storage. 
 # The program must have write access to this directory.
-#pidfile /var/lib/ggsn/
+#statedir /var/lib/ggsn/
 
 
 # TAG: listen
@@ -53,6 +53,7 @@
 # Dynamic IP address pool.
 # Used for allocation of dynamic IP address when address is not given
 # by HLR or radius server.
+# If this option is not given then the net option is used as a substitute.
 #dynip 192.168.0.0/24
 
 # TAG: statip