Rename VG_CLO_DEFAULT_LOGSOCKET to VG_CLO_DEFAULT_LOGPORT.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1277 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_include.h b/coregrind/vg_include.h
index b531183..a36b67d 100644
--- a/coregrind/vg_include.h
+++ b/coregrind/vg_include.h
@@ -151,9 +151,9 @@
    Command-line-settable options
    ------------------------------------------------------------------ */
 
-/* Default socket to be used in logging over a network, if none
-   specified. */
-#define VG_CLO_DEFAULT_LOGSOCKET 1500
+/* Default destination port to be used in logging over a network, if
+   none specified. */
+#define VG_CLO_DEFAULT_LOGPORT 1500
 
 /* The max number of suppression files. */
 #define VG_CLO_MAX_SFILES 10