aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_installation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/os_installation.c')
-rw-r--r--src/util/os_installation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/os_installation.c b/src/util/os_installation.c
index 00825f2b7..1f4c5f000 100644
--- a/src/util/os_installation.c
+++ b/src/util/os_installation.c
@@ -435,7 +435,7 @@ GNUNET_OS_installation_get_path (enum GNUNET_OS_InstallationPathKind dirkind)
435 * PATH environment variable as a search path. 435 * PATH environment variable as a search path.
436 * 436 *
437 * @param binary the name of the file to check 437 * @param binary the name of the file to check
438 * @return GNUNET_YES if the file is SUID, 438 * @return GNUNET_YES if the file is SUID,
439 * GNUNET_NO if not SUID (but binary exists) 439 * GNUNET_NO if not SUID (but binary exists)
440 * GNUNET_SYSERR on error (no such binary or not executable) 440 * GNUNET_SYSERR on error (no such binary or not executable)
441 */ 441 */