diff --git a/src/server/session.c b/src/server/session.c
index 2cc14827b69557bc5325410cc77553b2f855db95..b1f1435713d43b602dea4620a496e4c2fe7bfc58 100644
--- a/src/server/session.c
+++ b/src/server/session.c
@@ -1,5 +1,5 @@
 /*
- * $Id: session.c,v 0.34 1996/08/02 20:14:24 ceder Exp $
+ * $Id: session.c,v 0.35 1996/08/03 00:24:30 ceder Exp $
  * Copyright (C) 1991, 1992, 1993, 1994  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -28,7 +28,7 @@
  * Session control and miscellaneous.
  */
 
-static char *rcsid = "$Id: session.c,v 0.34 1996/08/02 20:14:24 ceder Exp $";
+static char *rcsid = "$Id: session.c,v 0.35 1996/08/03 00:24:30 ceder Exp $";
 #include "rcs.h"
 USE(rcsid);
 
@@ -81,7 +81,7 @@ create_oldstyle_username(String *result,
 
 /*
  * This function is called whenever a person leaves a conf,
- * i e when he pepsi():s or logout():s.
+ * i e when he change_conference():s or logout():s.
  */
 
 extern void
@@ -323,8 +323,8 @@ logout(	void )
  * You are not allowed to change to a conference unless you are a
  * member in the conference.
  *
- * You can pepsi(0) to indicate that you are no longer in a certain
- * conference.
+ * You can change_conference(0) to indicate that you are no longer in
+ * a certain conference.
  *
  * There are two reasons to use this call:
  *	1) Other persons want to know what you are doing.
@@ -336,10 +336,10 @@ logout(	void )
  *	   finds an open one.
  *
  * In the future the server might read in the conference in advance when
- * someone pepsi's to it to allow faster response times.
+ * someone change_conference's to it to allow faster response times.
  */
 extern Success
-pepsi (Conf_no		conference)		
+change_conference (Conf_no		conference)		
 {
     Who_info	 info;