Selaa lähdekoodia

Add missing . in comment

Signed-off-by: Eric Rafaloff <erafaloff@gmail.com>
Eric Rafaloff 10 vuotta sitten
vanhempi
commit
6abe160eae
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      pkg/sysinfo/sysinfo.go

+ 1 - 1
pkg/sysinfo/sysinfo.go

@@ -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 {