]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Improve comment wording
authorVolker Lendecke <vl@samba.org>
Tue, 17 Aug 2021 15:10:17 +0000 (17:10 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 24 Aug 2021 17:32:28 +0000 (17:32 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/util_sec.c

index 4c3d3dc78812f7ffd238c3a612aebadd2de48d4a..30a29f535b1ee7d68f96765bba607538b78bfb43 100644 (file)
@@ -99,7 +99,7 @@ gid_t sec_initial_gid(void)
 /**
  * @brief Check if we are running in root mode.
  *
- * @return If we samba root privileges it returns true, false otehrwise.
+ * @return Return whether Samba has root privileges
  */
 bool root_mode(void)
 {