From 334072c0e59d79610c0446f50e959113b65b1bf9 Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Mon, 13 Jan 2014 19:29:30 +0100 Subject: [PATCH] util: fix typo --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.c b/util.c index 68aa630..9b0fef7 100644 --- a/util.c +++ b/util.c @@ -20,7 +20,7 @@ /** * kdbus_devname_valid - validate names showing up in /dev - * @name: Name of namepspace, bus, endpoint + * @name: Name of namespace, bus, endpoint * * Returns: 0 if the given name is valid, otherwise negative errno */ -- 2.34.1