Fossil SCM
Fix typo in comments.
Commit
30e4e3e25d12507622bcb19dd74539c9460e515e
Parent
13fac7f74a95059…
1 file changed
+2
-2
+2
-2
| --- src/diff.c | ||
| +++ src/diff.c | ||
| @@ -219,11 +219,11 @@ | ||
| 219 | 219 | ** switches between UTF-8 and other encodings occur. |
| 220 | 220 | ** |
| 221 | 221 | ** The only code points that this function cares about are the NUL character, |
| 222 | 222 | ** carriage-return, and line-feed. |
| 223 | 223 | ** |
| 224 | -** Whether or not this function examines the entire contents of the blob are | |
| 224 | +** Whether or not this function examines the entire contents of the blob is | |
| 225 | 225 | ** officially unspecified. |
| 226 | 226 | ** |
| 227 | 227 | ************************************ WARNING ********************************** |
| 228 | 228 | */ |
| 229 | 229 | int looks_like_utf8(const Blob *pContent, int *pFlags){ |
| @@ -316,11 +316,11 @@ | ||
| 316 | 316 | ** switches between the UTF-16be and UTF-16le encodings occur. |
| 317 | 317 | ** |
| 318 | 318 | ** The only code points that this function cares about are the NUL character, |
| 319 | 319 | ** carriage-return, and line-feed. |
| 320 | 320 | ** |
| 321 | -** Whether or not this function examines the entire contents of the blob are | |
| 321 | +** Whether or not this function examines the entire contents of the blob is | |
| 322 | 322 | ** officially unspecified. |
| 323 | 323 | ** |
| 324 | 324 | ************************************ WARNING ********************************** |
| 325 | 325 | */ |
| 326 | 326 | int looks_like_utf16(const Blob *pContent, int *pFlags){ |
| 327 | 327 |
| --- src/diff.c | |
| +++ src/diff.c | |
| @@ -219,11 +219,11 @@ | |
| 219 | ** switches between UTF-8 and other encodings occur. |
| 220 | ** |
| 221 | ** The only code points that this function cares about are the NUL character, |
| 222 | ** carriage-return, and line-feed. |
| 223 | ** |
| 224 | ** Whether or not this function examines the entire contents of the blob are |
| 225 | ** officially unspecified. |
| 226 | ** |
| 227 | ************************************ WARNING ********************************** |
| 228 | */ |
| 229 | int looks_like_utf8(const Blob *pContent, int *pFlags){ |
| @@ -316,11 +316,11 @@ | |
| 316 | ** switches between the UTF-16be and UTF-16le encodings occur. |
| 317 | ** |
| 318 | ** The only code points that this function cares about are the NUL character, |
| 319 | ** carriage-return, and line-feed. |
| 320 | ** |
| 321 | ** Whether or not this function examines the entire contents of the blob are |
| 322 | ** officially unspecified. |
| 323 | ** |
| 324 | ************************************ WARNING ********************************** |
| 325 | */ |
| 326 | int looks_like_utf16(const Blob *pContent, int *pFlags){ |
| 327 |
| --- src/diff.c | |
| +++ src/diff.c | |
| @@ -219,11 +219,11 @@ | |
| 219 | ** switches between UTF-8 and other encodings occur. |
| 220 | ** |
| 221 | ** The only code points that this function cares about are the NUL character, |
| 222 | ** carriage-return, and line-feed. |
| 223 | ** |
| 224 | ** Whether or not this function examines the entire contents of the blob is |
| 225 | ** officially unspecified. |
| 226 | ** |
| 227 | ************************************ WARNING ********************************** |
| 228 | */ |
| 229 | int looks_like_utf8(const Blob *pContent, int *pFlags){ |
| @@ -316,11 +316,11 @@ | |
| 316 | ** switches between the UTF-16be and UTF-16le encodings occur. |
| 317 | ** |
| 318 | ** The only code points that this function cares about are the NUL character, |
| 319 | ** carriage-return, and line-feed. |
| 320 | ** |
| 321 | ** Whether or not this function examines the entire contents of the blob is |
| 322 | ** officially unspecified. |
| 323 | ** |
| 324 | ************************************ WARNING ********************************** |
| 325 | */ |
| 326 | int looks_like_utf16(const Blob *pContent, int *pFlags){ |
| 327 |