提交 3fc97420 编写于 作者: E Eric Blake 提交者: Matthias Bolte

maint: fix spelling error in hacking

* HACKING: STRCASEEQ is case insensitive.
* docs/hacking.html.in: Likewise.
上级 5ec55b4f
...@@ -222,7 +222,7 @@ one of the following semantically named macros ...@@ -222,7 +222,7 @@ one of the following semantically named macros
STREQ(a,b) STREQ(a,b)
STRNEQ(a,b) STRNEQ(a,b)
- For case sensitive equality: - For case insensitive equality:
STRCASEEQ(a,b) STRCASEEQ(a,b)
STRCASENEQ(a,b) STRCASENEQ(a,b)
...@@ -231,7 +231,7 @@ one of the following semantically named macros ...@@ -231,7 +231,7 @@ one of the following semantically named macros
STREQLEN(a,b,n) STREQLEN(a,b,n)
STRNEQLEN(a,b,n) STRNEQLEN(a,b,n)
- For case sensitive equality of a substring: - For case insensitive equality of a substring:
STRCASEEQLEN(a,b,n) STRCASEEQLEN(a,b,n)
STRCASENEQLEN(a,b,n) STRCASENEQLEN(a,b,n)
......
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
</pre> </pre>
</li> </li>
<li><p>For case sensitive equality:</p> <li><p>For case insensitive equality:</p>
<pre> <pre>
STRCASEEQ(a,b) STRCASEEQ(a,b)
STRCASENEQ(a,b) STRCASENEQ(a,b)
...@@ -271,7 +271,7 @@ ...@@ -271,7 +271,7 @@
</pre> </pre>
</li> </li>
<li><p>For case sensitive equality of a substring:</p> <li><p>For case insensitive equality of a substring:</p>
<pre> <pre>
STRCASEEQLEN(a,b,n) STRCASEEQLEN(a,b,n)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册