diff --git a/openbis_all/source/bash-dsu/add_p.sh b/openbis_all/source/bash-dsu/add_p.sh
index 20756d0654b5afe7fd31679db928e709d324f5f6..45a01b3495c1f51b7fc40441628a207dc66496d6 100755
--- a/openbis_all/source/bash-dsu/add_p.sh
+++ b/openbis_all/source/bash-dsu/add_p.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Simply adds a p to the int and nse files  
+# Simply adds a 'p' to the int and nse files  
 
 for i in `ls *int*`; do 
   #j=`echo $i |  cut -c 1-16`