Add missing . in comment

Signed-off-by: Eric Rafaloff <erafaloff@gmail.com>
This commit is contained in:
Eric Rafaloff 2015-03-26 23:22:05 -04:00
parent 01bbc3fbb9
commit 6abe160eae

View file

@ -39,7 +39,7 @@ func New(quiet bool) *SysInfo {
}
}
// Check if AppArmor is supported
// Check if AppArmor is supported.
if _, err := os.Stat("/sys/kernel/security/apparmor"); os.IsNotExist(err) {
sysInfo.AppArmor = false
} else {