From: dv Date: Sun, 11 Apr 2021 14:12:42 +0000 (+0000) Subject: Correct a comment: reference the correct file X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8a7eb87943af74c952190b34e4a20f4b7a77f84b;p=openbsd Correct a comment: reference the correct file --- diff --git a/usr.sbin/vmd/vmd.h b/usr.sbin/vmd/vmd.h index 79655f4a0fd..96afc3af2b6 100644 --- a/usr.sbin/vmd/vmd.h +++ b/usr.sbin/vmd/vmd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmd.h,v 1.104 2021/04/05 18:09:48 dv Exp $ */ +/* $OpenBSD: vmd.h,v 1.105 2021/04/11 14:12:42 dv Exp $ */ /* * Copyright (c) 2015 Mike Larkin @@ -472,7 +472,7 @@ void vm_pipe_init(struct vm_dev_pipe *, void (*)(int, short, void *)); void vm_pipe_send(struct vm_dev_pipe *, enum pipe_msg_type); enum pipe_msg_type vm_pipe_recv(struct vm_dev_pipe *); -/* control.c */ +/* config.c */ int config_init(struct vmd *); void config_purge(struct vmd *, unsigned int); int config_setconfig(struct vmd *);