From 2bbfdc8a6c208f903ee075f1c04afb23a2ec49fc 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/hip commit: 7ca4585f39f006c43beb8955b226deb2b4e36c58] --- projects/hip/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/hip/CONTRIBUTING.md b/projects/hip/CONTRIBUTING.md index a26b3b9111..d535ccac39 100644 --- a/projects/hip/CONTRIBUTING.md +++ b/projects/hip/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