corrected comments
authorImran Zaman <imran.zaman@intel.com>
Tue, 22 Oct 2013 09:35:42 +0000 (12:35 +0300)
committerImran Zaman <imran.zaman@intel.com>
Tue, 22 Oct 2013 09:35:42 +0000 (12:35 +0300)
src/common/gum-file.c
src/common/gum-lock.c

index 0c507cc..c1d23c6 100644 (file)
@@ -473,7 +473,7 @@ gum_file_create_home_dir (
                     "Home directory creation failure", error, FALSE);
         }
 
-        /* when run in debug mode, user does not exist */
+        /* when run in test mode, user may not exist */
 #ifndef ENABLE_TESTS
                if (chown (usr_home_dir, uid, gid) < 0) {
                        RETURN_WITH_ERROR (GUM_ERROR_HOME_DIR_CREATE_FAILURE,
index 2e00468..ec1f3fe 100644 (file)
@@ -39,7 +39,7 @@ gboolean
 gum_lock_pwdf_lock ()
 {
     if (lock_count == 0) {
-        /* when run in debug mode, normal user may not have privileges to get
+        /* when run in test mode, normal user may not have privileges to get
          * the lock */
 #ifndef ENABLE_TESTS
         DBG ("Before: ruid:%d euid:%d rgid:%d egid:%d ", getuid (), geteuid (),