From 5e015401a49b1887cb13283907e3e778f3cf75a6 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Sat, 15 Oct 2016 22:42:20 +0530 Subject: [PATCH] Fix typo in CONTRIBUTING.md Change-Id: I1c456eb59b8359059cdce98b5ed153516104b787 [ROCm/clr commit: ab5dccf9df42b1a4ec6f20c8e7167adf99afdf1a] --- projects/clr/hipamd/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/clr/hipamd/CONTRIBUTING.md b/projects/clr/hipamd/CONTRIBUTING.md index a26b3b9111..d535ccac39 100644 --- a/projects/clr/hipamd/CONTRIBUTING.md +++ b/projects/clr/hipamd/CONTRIBUTING.md @@ -59,9 +59,9 @@ Selected multilib: .;@m64 The unix `date` command can print the HCC-format work-week for a specific date , ie: ``` -> date --utc +%y%W%w -d 2015-11-09 +> date --utc +%y%U%w -d 2015-11-09 15451 - +``` ## Unit Testing Environment