From cdb1cca83e0fb3598a3822282ff463a305d1113c Mon Sep 17 00:00:00 2001 From: Rob Date: Wed, 4 Nov 2009 22:46:26 +0100 Subject: fix comment --- uzbl-core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uzbl-core.c') diff --git a/uzbl-core.c b/uzbl-core.c index 71f9203..2a85d84 100644 --- a/uzbl-core.c +++ b/uzbl-core.c @@ -2408,8 +2408,8 @@ main (int argc, char* argv[]) { uzbl.gui.plug = create_plug (); gtk_container_add (GTK_CONTAINER (uzbl.gui.plug), uzbl.gui.vbox); gtk_widget_show_all (GTK_WIDGET (uzbl.gui.plug)); - /* in xembed mode the window has now unique id and thus - * sockets/fifos don't either. + /* in xembed mode the window has no unique id and thus + * socket/fifo names aren't unique either. * we use a custom randomizer to create a random id */ struct timeval tv; -- cgit v1.2.3