Fossil SCM
Fix an obsolete comment. No code changes.
Commit
17fbffa2dda371bb679246398846dc3ec88dd847
Parent
1a52914b38d6d6f…
1 file changed
+1
-1
M
src/db.c
+1
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -22,11 +22,11 @@ | ||
| 22 | 22 | ** |
| 23 | 23 | ** (1) The "user" database in ~/.fossil |
| 24 | 24 | ** |
| 25 | 25 | ** (2) The "repository" database |
| 26 | 26 | ** |
| 27 | -** (3) A local checkout database named "_FOSSIL_" or ".fos" | |
| 27 | +** (3) A local checkout database named "_FOSSIL_" or ".fslckout" | |
| 28 | 28 | ** and located at the root of the local copy of the source tree. |
| 29 | 29 | ** |
| 30 | 30 | */ |
| 31 | 31 | #include "config.h" |
| 32 | 32 | #if ! defined(_WIN32) |
| 33 | 33 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -22,11 +22,11 @@ | |
| 22 | ** |
| 23 | ** (1) The "user" database in ~/.fossil |
| 24 | ** |
| 25 | ** (2) The "repository" database |
| 26 | ** |
| 27 | ** (3) A local checkout database named "_FOSSIL_" or ".fos" |
| 28 | ** and located at the root of the local copy of the source tree. |
| 29 | ** |
| 30 | */ |
| 31 | #include "config.h" |
| 32 | #if ! defined(_WIN32) |
| 33 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -22,11 +22,11 @@ | |
| 22 | ** |
| 23 | ** (1) The "user" database in ~/.fossil |
| 24 | ** |
| 25 | ** (2) The "repository" database |
| 26 | ** |
| 27 | ** (3) A local checkout database named "_FOSSIL_" or ".fslckout" |
| 28 | ** and located at the root of the local copy of the source tree. |
| 29 | ** |
| 30 | */ |
| 31 | #include "config.h" |
| 32 | #if ! defined(_WIN32) |
| 33 |