Fossil SCM
diffcmd.c: Fix a typo in comment for file_same_as_blob()
Commit
fb2d6374f5e34230bdeb2af3810f2804b1a6cbb25a105f8b95c52e896296e7cc
Parent
ebea00c5bd0a06e…
1 file changed
+1
-1
+1
-1
| --- src/diffcmd.c | ||
| +++ src/diffcmd.c | ||
| @@ -553,11 +553,11 @@ | ||
| 553 | 553 | blob_reset(&cmd); |
| 554 | 554 | } |
| 555 | 555 | } |
| 556 | 556 | |
| 557 | 557 | /* |
| 558 | -** Return true the disk file is identical to the Blob. Return zero | |
| 558 | +** Return true if the disk file is identical to the Blob. Return zero | |
| 559 | 559 | ** if the files differ in any way. |
| 560 | 560 | */ |
| 561 | 561 | static int file_same_as_blob(Blob *blob, const char *zDiskFile){ |
| 562 | 562 | Blob file; |
| 563 | 563 | int rc = 0; |
| 564 | 564 |
| --- src/diffcmd.c | |
| +++ src/diffcmd.c | |
| @@ -553,11 +553,11 @@ | |
| 553 | blob_reset(&cmd); |
| 554 | } |
| 555 | } |
| 556 | |
| 557 | /* |
| 558 | ** Return true the disk file is identical to the Blob. Return zero |
| 559 | ** if the files differ in any way. |
| 560 | */ |
| 561 | static int file_same_as_blob(Blob *blob, const char *zDiskFile){ |
| 562 | Blob file; |
| 563 | int rc = 0; |
| 564 |
| --- src/diffcmd.c | |
| +++ src/diffcmd.c | |
| @@ -553,11 +553,11 @@ | |
| 553 | blob_reset(&cmd); |
| 554 | } |
| 555 | } |
| 556 | |
| 557 | /* |
| 558 | ** Return true if the disk file is identical to the Blob. Return zero |
| 559 | ** if the files differ in any way. |
| 560 | */ |
| 561 | static int file_same_as_blob(Blob *blob, const char *zDiskFile){ |
| 562 | Blob file; |
| 563 | int rc = 0; |
| 564 |