[Debian-ha-commits] [libqb] 06/08: fix-comment-typo-neccessary

Richard Winters devrik-guest at moszumanska.debian.org
Tue Apr 14 02:15:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

devrik-guest pushed a commit to branch patch-queue/master
in repository libqb.

commit 6fae36a464aa22be495bb2647955ec9baff8190e
Author: Debian HA Maintainers <debian-ha-maintainers at lists.alioth.debian.org>
Date:   Mon Apr 13 22:13:49 2015 -0400

    fix-comment-typo-neccessary
---
 include/qb/qbatomic.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/qb/qbatomic.h b/include/qb/qbatomic.h
index bd475b4..45c762e 100644
--- a/include/qb/qbatomic.h
+++ b/include/qb/qbatomic.h
@@ -52,7 +52,7 @@ extern "C" {
  * You must not directly read integers or pointers concurrently
  * accessed by multiple threads, but use the atomic accessor functions
  * instead. That is, always use qb_atomic_int_get() and qb_atomic_pointer_get()
- * for read outs. They provide the neccessary synchonization mechanisms
+ * for read outs. They provide the necessary synchonization mechanisms
  * like memory barriers to access memory locations concurrently.
  *
  * If you are using those functions for anything apart from

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/libqb.git



More information about the Debian-HA-Commits mailing list