Chromium Code Reviews| Index: net/disk_cache/addr.h |
| =================================================================== |
| --- net/disk_cache/addr.h (revision 52189) |
| +++ net/disk_cache/addr.h (working copy) |
| @@ -23,7 +23,7 @@ |
| const int kMaxBlockSize = 4096 * 4; |
| const int kMaxBlockFile = 255; |
| const int kMaxNumBlocks = 4; |
| -const int kFirstAdditionlBlockFile = 4; |
| +const int kFirstAdditionalBlockFile = 4; |
| // Defines a storage address for a cache record |
| // |