Fossil SCM

diffcmd.c: Fix a typo in comment for file_same_as_blob()

js 2021-12-04 13:23 trunk
Commit fb2d6374f5e34230bdeb2af3810f2804b1a6cbb25a105f8b95c52e896296e7cc
1 file changed +1 -1
+1 -1
--- src/diffcmd.c
+++ src/diffcmd.c
@@ -553,11 +553,11 @@
553553
blob_reset(&cmd);
554554
}
555555
}
556556
557557
/*
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
559559
** if the files differ in any way.
560560
*/
561561
static int file_same_as_blob(Blob *blob, const char *zDiskFile){
562562
Blob file;
563563
int rc = 0;
564564
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button