From a773a615b6fc11964ea81356aa2348e1bf116c9e Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Tue, 30 Oct 2012 17:16:33 +0000 Subject: [PATCH] GNetworkMonitor: add missing apostrophe to docstring --- gio/gnetworkmonitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gnetworkmonitor.c b/gio/gnetworkmonitor.c index a133d4196..ef5389b24 100644 --- a/gio/gnetworkmonitor.c +++ b/gio/gnetworkmonitor.c @@ -38,7 +38,7 @@ * * #GNetworkMonitor provides an easy-to-use cross-platform API * for monitoring network connectivity. On Linux, the implementation - * is based on the kernels netlink interface. + * is based on the kernel's netlink interface. */ /**