diff options
Diffstat (limited to 'src/gpgcedev.c')
-rw-r--r-- | src/gpgcedev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgcedev.c b/src/gpgcedev.c index a097c88..bff4655 100644 --- a/src/gpgcedev.c +++ b/src/gpgcedev.c @@ -174,7 +174,7 @@ struct { } logcontrol; -/* We don't need a device context for the pipe thus we use the adress +/* We don't need a device context for the pipe thus we use the address of the critical section object for it. */ #define PIPECTX_VALUE ((DWORD)(&opnctx_table_cs)) |