diff options
Diffstat (limited to 'daemon/xdmcp.c')
-rw-r--r-- | daemon/xdmcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/xdmcp.c b/daemon/xdmcp.c index fc642eea..7ca9860d 100644 --- a/daemon/xdmcp.c +++ b/daemon/xdmcp.c @@ -2668,7 +2668,7 @@ gdm_xdmcp_display_dispose_check (const gchar *name) else gdm_display_dispose (d); - /* restart as the list is now fucked */ + /* restart as the list is now broken */ dlist = displays; } else { /* just go on */ @@ -2696,7 +2696,7 @@ gdm_xdmcp_displays_check (void) (long)d->sessionid); gdm_display_dispose (d); - /* restart as the list is now fucked */ + /* restart as the list is now broken */ dlist = displays; } else { /* just go on */ |