From b1ad57ecd2df21a0bdae89a36e3d1daef6023618 Mon Sep 17 00:00:00 2001 From: Cao jin Date: Mon, 10 Aug 2015 15:31:45 +0800 Subject: [PATCH] fix typo in comments Signed-off-by: Cao jin --- src/datatypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datatypes.h b/src/datatypes.h index c498cb0ba2..be108fe6c2 100644 --- a/src/datatypes.h +++ b/src/datatypes.h @@ -383,7 +383,7 @@ struct _virConnect { /* Per-connection error. */ virError err; /* the last error */ - virErrorFunc handler; /* associated handlet */ + virErrorFunc handler; /* associated handler */ void *userData; /* the user data */ /* Per-connection close callback */ -- GitLab