Fossil SCM
Fix a minor typo in a comment. No changes to code.
Commit
9b20b8a18cc91a33b79db9c5e4c55131ed5a367a8e5d99ef8f2a39e0ce9d2c2f
Parent
f1bb72ed266f768…
1 file changed
+1
-1
+1
-1
| --- src/mkbuiltin.c | ||
| +++ src/mkbuiltin.c | ||
| @@ -18,11 +18,11 @@ | ||
| 18 | 18 | ** This is a stand-alone utility program that is part of the Fossil build |
| 19 | 19 | ** process. This program reads files named on the command line and converts |
| 20 | 20 | ** them into ANSI-C static char array variables. Output is written onto |
| 21 | 21 | ** standard output. |
| 22 | 22 | ** |
| 23 | -** The makefiles use this utility package various resources (large scripts, | |
| 23 | +** The makefiles use this utility to package various resources (large scripts, | |
| 24 | 24 | ** GIF images, etc) that are separate files in the source code as byte |
| 25 | 25 | ** arrays in the resulting executable. |
| 26 | 26 | */ |
| 27 | 27 | #include <stdio.h> |
| 28 | 28 | #include <stdlib.h> |
| 29 | 29 |
| --- src/mkbuiltin.c | |
| +++ src/mkbuiltin.c | |
| @@ -18,11 +18,11 @@ | |
| 18 | ** This is a stand-alone utility program that is part of the Fossil build |
| 19 | ** process. This program reads files named on the command line and converts |
| 20 | ** them into ANSI-C static char array variables. Output is written onto |
| 21 | ** standard output. |
| 22 | ** |
| 23 | ** The makefiles use this utility package various resources (large scripts, |
| 24 | ** GIF images, etc) that are separate files in the source code as byte |
| 25 | ** arrays in the resulting executable. |
| 26 | */ |
| 27 | #include <stdio.h> |
| 28 | #include <stdlib.h> |
| 29 |
| --- src/mkbuiltin.c | |
| +++ src/mkbuiltin.c | |
| @@ -18,11 +18,11 @@ | |
| 18 | ** This is a stand-alone utility program that is part of the Fossil build |
| 19 | ** process. This program reads files named on the command line and converts |
| 20 | ** them into ANSI-C static char array variables. Output is written onto |
| 21 | ** standard output. |
| 22 | ** |
| 23 | ** The makefiles use this utility to package various resources (large scripts, |
| 24 | ** GIF images, etc) that are separate files in the source code as byte |
| 25 | ** arrays in the resulting executable. |
| 26 | */ |
| 27 | #include <stdio.h> |
| 28 | #include <stdlib.h> |
| 29 |