summaryrefslogtreecommitdiffstats
path: root/lib/vty_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vty_common.h')
-rw-r--r--lib/vty_common.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/vty_common.h b/lib/vty_common.h
index 04429d47..c9331261 100644
--- a/lib/vty_common.h
+++ b/lib/vty_common.h
@@ -33,7 +33,10 @@
*
* vty.h -- which is used by all "external" code.
*
- * command_local.h -- which is used by all "internal" code.
+ * vty_local.h -- which is used by all "internal" code on the I/O side.
+ *
+ * command_local.h -- which is used by all "internal" code on the command
+ * processing side.
*
* This allows some things not to be published to "external" code.
*/