[Asterisk-code-review] spelling: consistent (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:05:13 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16823 )
Change subject: spelling: consistent
......................................................................
spelling: consistent
Change-Id: I83c732b6a1edce91e97075376f95a25633590568
---
M configs/samples/cli_aliases.conf.sample
M include/asterisk/lock.h
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/23/16823/1
diff --git a/configs/samples/cli_aliases.conf.sample b/configs/samples/cli_aliases.conf.sample
index adaed90..155f162 100644
--- a/configs/samples/cli_aliases.conf.sample
+++ b/configs/samples/cli_aliases.conf.sample
@@ -18,7 +18,7 @@
; Because the Asterisk CLI syntax follows a "module verb argument" syntax,
-; sometimes we run into an issue between being consistant with this format
+; sometimes we run into an issue between being consistent with this format
; in the core system, and maintaining system friendliness. In order to get
; around this we're providing some useful aliases by default.
;
diff --git a/include/asterisk/lock.h b/include/asterisk/lock.h
index 3cf6f16..a60d4bf 100644
--- a/include/asterisk/lock.h
+++ b/include/asterisk/lock.h
@@ -723,7 +723,7 @@
* perform all memory reads/writes in a single atomic operation. I don't
* believe this is possible to exactly replicate using __sync built-ins.
* Will need to determine potential use cases of this feature and write a
- * wrapper which provides consistant behavior between __sync and __atomic
+ * wrapper which provides consistent behavior between __sync and __atomic
* implementations.
*/
#define ast_atomic_compare_exchange_n(ptr, expected, desired, success_memorder, failure_memorder) \
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16823
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I83c732b6a1edce91e97075376f95a25633590568
Gerrit-Change-Number: 16823
Gerrit-PatchSet: 1
Gerrit-Owner: Josh Soref <jsoref at gmail.com>
Gerrit-CC: Friendly Automation
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211107/82f3f5cc/attachment.html>
More information about the asterisk-code-review
mailing list