[CRIU] [PATCH 1/3] fix typo
Tycho Andersen
tycho.andersen at canonical.com
Thu Aug 13 15:58:49 PDT 2015
Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
---
namespaces.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/namespaces.c b/namespaces.c
index 8faa51a..9ce4783 100644
--- a/namespaces.c
+++ b/namespaces.c
@@ -1020,7 +1020,7 @@ int userns_call(uns_call_t call, int flags,
goto out;
}
- /* Get the responce back */
+ /* Get the response back */
unsc_msg_init(&um, &call, &res, NULL, 0, 0);
ret = recvmsg(sk, &um.h, 0);
--
2.1.0
More information about the CRIU
mailing list