aboutsummaryrefslogtreecommitdiff
path: root/security/cache.go
diff options
context:
space:
mode:
Diffstat (limited to 'security/cache.go')
-rw-r--r--security/cache.go2
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
}