]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
maint: fix comment typo
authorEric Blake <eblake@redhat.com>
Sat, 23 Aug 2014 19:57:44 +0000 (13:57 -0600)
committerEric Blake <eblake@redhat.com>
Sat, 23 Aug 2014 20:29:24 +0000 (14:29 -0600)
* src/util/virbuffer.h: s/occured/occurred/

Signed-off-by: Eric Blake <eblake@redhat.com>
src/util/virbuffer.h

index bdfff5e817d6aff1b17003d19cbcd33955cea029..90e248d1c650d721b9cdf58756e0d5b30866d03d 100644 (file)
@@ -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) \