aboutsummaryrefslogtreecommitdiff
path: root/lib/cbuf/include/lib/cbuf.h
diff options
context:
space:
mode:
authorJohn Grossman <johngro@users.noreply.github.com>2016-09-07 15:29:56 -0700
committerTravis Geiselbrecht <geist@foobox.com>2016-09-07 15:29:56 -0700
commit0c782aa3817265fa7174029d56ffe2701ba4bb7a (patch)
tree7d0128ac7c9a4455b265fb9a32f8e341cae8045f /lib/cbuf/include/lib/cbuf.h
parent71792d0d250a6f6d5878af4cddcce7fba341c963 (diff)
downloadcommon-0c782aa3817265fa7174029d56ffe2701ba4bb7a.tar.gz
[spelling] signalling --> signaling (#162)
Switch from the UK spelling of signalling (also, signalled and signaller) to the American spelling.
Diffstat (limited to 'lib/cbuf/include/lib/cbuf.h')
-rw-r--r--lib/cbuf/include/lib/cbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cbuf/include/lib/cbuf.h b/lib/cbuf/include/lib/cbuf.h
index f709e9e6..902628f3 100644
--- a/lib/cbuf/include/lib/cbuf.h
+++ b/lib/cbuf/include/lib/cbuf.h
@@ -104,7 +104,7 @@ size_t cbuf_peek(cbuf_t *cbuf, iovec_t *regions);
* supplied data.
* @param[in] len The maximum number of bytes to write to the cbuf.
* @param[in] canreschedule Rescheduling policy passed through to the internal
- * event when signalling the event to indicate that there is now data in the
+ * event when signaling the event to indicate that there is now data in the
* buffer to be read.
*
* @return The number of bytes which were written (or skipped).