Commit ff8fbd4c authored by Julien Balestra's avatar Julien Balestra Committed by GitHub

Fix a typo

parent 3841690d
......@@ -1108,7 +1108,7 @@ func (r *Runtime) getSelinuxContext(opt *v1.SELinuxOptions) (string, error) {
return strings.Join(ctx, ":"), nil
}
// From the generateName or the podName return a basename for improve the logging with the Journal
// From the generateName or the podName return a basename for improving the logging with the Journal
// journalctl -t podBaseName
func constructSyslogIdentifier(generateName string, podName string) string {
if (len(generateName) > 1 && generateName[len(generateName) - 1] == '-') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment