public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP]  [PATCH] overcommit_memory: Fix spelling mistake
@ 2016-09-02  2:00 Cui Bixuan
  2016-09-05 11:01 ` Jan Stancek
  0 siblings, 1 reply; 2+ messages in thread
From: Cui Bixuan @ 2016-09-02  2:00 UTC (permalink / raw)
  To: ltp

Fix spelling mistake for 'CommmitLimit'

Signed-off-by: Cui Bixuan <cuibixuan@huawei.com>
---
 testcases/kernel/mem/tunable/overcommit_memory.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testcases/kernel/mem/tunable/overcommit_memory.c b/testcases/kernel/mem/tunable/overcommit_memory.c
index 9c33758..79a3034 100644
--- a/testcases/kernel/mem/tunable/overcommit_memory.c
+++ b/testcases/kernel/mem/tunable/overcommit_memory.c
@@ -274,7 +274,7 @@ static void update_mem(void)
 		commit_left = commit_limit - committed;
 
 		if (commit_left < 0) {
-			tst_resm(TINFO, "CommmitLimit is %ld, Committed_AS"
+			tst_resm(TINFO, "CommitLimit is %ld, Committed_AS"
 				 " is %ld", commit_limit, committed);
 			tst_brkm(TBROK, cleanup, "Unexpected error: "
 				 "CommitLimit < Committed_AS");
-- 
1.8.3.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-05 11:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-02  2:00 [LTP] [PATCH] overcommit_memory: Fix spelling mistake Cui Bixuan
2016-09-05 11:01 ` Jan Stancek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox