diff options
| author | Joseph Richey <joerichey@google.com> | 2018-09-05 22:49:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-05 22:49:42 -0700 |
| commit | 0294624efdef9b78e305453b740d380a64583324 (patch) | |
| tree | f54c9498224727db334d2e9b2b5bc0707838da67 /security/cache.go | |
| parent | 0f451a722918f39fa07bd9337e4a14ca154b13ae (diff) | |
| parent | f270dfadb9af9e81ae4c884a3ea45ca4618a7a05 (diff) | |
Merge pull request #106 from fristonio/spell-check
feat(spell-check): add make command for spell check.
Diffstat (limited to 'security/cache.go')
| -rw-r--r-- | security/cache.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cache.go b/security/cache.go index d0c60b1..fd22e15 100644 --- a/security/cache.go +++ b/security/cache.go @@ -43,7 +43,7 @@ func DropFilesystemCache() error { defer file.Close() // "2" just frees the reclaimable inodes and dentries, the associated // pages to these inodes will be freed. We do not need to free the - // entire pagecache (as this will severly impact performance). + // entire pagecache (as this will severely impact performance). _, err = file.WriteString("2") return err } |