1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

maint: fix comment typo

* src/util/virbuffer.h: s/occured/occurred/

Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
Eric Blake 2014-08-23 13:57:44 -06:00
parent 2c551d34a9
commit 4b772e469d

View File

@ -1,7 +1,7 @@
/* /*
* virbuffer.h: buffers for libvirt * virbuffer.h: buffers for libvirt
* *
* Copyright (C) 2005-2008, 2011-2013 Red Hat, Inc. * Copyright (C) 2005-2008, 2011-2014 Red Hat, Inc.
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
@ -64,7 +64,7 @@ int virBufferCheckErrorInternal(const virBuffer *buf,
* *
* Checks if the buffer is in error state and reports an error. * Checks if the buffer is in error state and reports an error.
* *
* Returns 0 if no error has occured, otherwise an error is reported * Returns 0 if no error has occurred, otherwise an error is reported
* and -1 is returned. * and -1 is returned.
*/ */
# define virBufferCheckError(buf) \ # define virBufferCheckError(buf) \