diff options
| author | Dan Engelbrecht <[email protected]> | 2022-06-14 09:57:12 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-06-14 09:57:12 +0200 |
| commit | 4164fbb55c7f4283b5fa165c6ce8321db9ade0c2 (patch) | |
| tree | 0baacffae571919ae7f466ca40bc5c9901b76f2d | |
| parent | Add validation to ZenCacheDiskLayer::CacheBucket::Scrub (diff) | |
| download | zen-4164fbb55c7f4283b5fa165c6ce8321db9ade0c2.tar.xz zen-4164fbb55c7f4283b5fa165c6ce8321db9ade0c2.zip | |
clang format
| -rw-r--r-- | zenserver/projectstore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/projectstore.h b/zenserver/projectstore.h index 2328f7fee..6a8730ee2 100644 --- a/zenserver/projectstore.h +++ b/zenserver/projectstore.h @@ -50,7 +50,7 @@ static_assert(IsPow2(sizeof(OplogEntry))); /** Project Store - A project store consists of a number of Projects. + A project store consists of a number of Projects. Each project contains a number of oplogs (short for "operation log"). UE uses one oplog per target platform to store the output of the cook process. |