From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753066AbcDCWtp (ORCPT ); Sun, 3 Apr 2016 18:49:45 -0400 Received: from mail-lf0-f65.google.com ([209.85.215.65]:34839 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752652AbcDCWto (ORCPT ); Sun, 3 Apr 2016 18:49:44 -0400 From: Khaled Ahmed To: linux-kernel@vger.kernel.org Cc: Khaled Ahmed Subject: [PATCH 2/2] cgroups: Fixing comment typo Date: Mon, 4 Apr 2016 00:49:37 +0200 Message-Id: <1459723777-20206-1-git-send-email-khaled.gnu@gmail.com> X-Mailer: git-send-email 2.5.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Khaled Ahmed --- include/linux/cgroup-defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/cgroup-defs.h b/include/linux/cgroup-defs.h index 789471d..f81e6fd 100644 --- a/include/linux/cgroup-defs.h +++ b/include/linux/cgroup-defs.h @@ -241,7 +241,7 @@ struct cgroup { /* * Each non-empty css_set associated with this cgroup contributes * one to populated_cnt. All children with non-zero popuplated_cnt - * of their own contribute one. The count is zero iff there's no + * of their own contribute one. The count is zero if there's no * task in this cgroup or its subtree. */ int populated_cnt; -- 2.5.5