aboutsummaryrefslogtreecommitdiffstats
path: root/src/context.c
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2023-05-17 01:52:08 +0000
committerNIIBE Yutaka <[email protected]>2023-05-17 01:52:08 +0000
commitf3b3ddfd7ffbf74ae91ce0f8f9908915974cf2c6 (patch)
tree50f365148f66d55200bcadffef6f55d0a74c3174 /src/context.c
parentFix wrong return type for functions. (diff)
downloadlibassuan-f3b3ddfd7ffbf74ae91ce0f8f9908915974cf2c6.tar.gz
libassuan-f3b3ddfd7ffbf74ae91ce0f8f9908915974cf2c6.zip
Fix comments.
-- Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'src/context.c')
-rw-r--r--src/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context.c b/src/context.c
index dd89de9..947df76 100644
--- a/src/context.c
+++ b/src/context.c
@@ -202,7 +202,7 @@ assuan_set_error (assuan_context_t ctx, gpg_error_t err, const char *text)
/* Return the PID of the peer or ASSUAN_INVALID_PID if not known.
- This function works in some situations where assuan_get_ucred
+ This function works in some situations where assuan_get_peercred
fails. */
pid_t
assuan_get_pid (assuan_context_t ctx)