From: Eric Blake Date: Sat, 23 Aug 2014 19:57:44 +0000 (-0600) Subject: maint: fix comment typo X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4b772e469d6d2e25597eeb518751e6b90b8e99a8;p=people%2Fliuw%2Flibxenctrl-split%2Flibvirt.git maint: fix comment typo * src/util/virbuffer.h: s/occured/occurred/ Signed-off-by: Eric Blake --- diff --git a/src/util/virbuffer.h b/src/util/virbuffer.h index bdfff5e81..90e248d1c 100644 --- a/src/util/virbuffer.h +++ b/src/util/virbuffer.h @@ -1,7 +1,7 @@ /* * 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 * 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. * - * 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. */ # define virBufferCheckError(buf) \