From d4274a37c794d4eab1de7f81f4bee9fe6d932932 Mon Sep 17 00:00:00 2001 From: Jeremy Newton Date: Thu, 8 Sep 2022 10:35:30 -0400 Subject: [PATCH] SWDEV-1 - Fix typo in compiler utils Found by the Debian maintainers: https://github.com/ROCm-Developer-Tools/ROCclr/issues/28 Signed-off-by: Jeremy Newton Change-Id: I8c09913f7b7f4ad02f12a0630f15e66bdd5360a7 [ROCm/clr commit: 65fd4f5f0796678e0bb4c26144936b974372b12b] --- projects/clr/rocclr/compiler/lib/utils/OPTIONS.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/rocclr/compiler/lib/utils/OPTIONS.def b/projects/clr/rocclr/compiler/lib/utils/OPTIONS.def index 77569fe689..9b71f52e8e 100644 --- a/projects/clr/rocclr/compiler/lib/utils/OPTIONS.def +++ b/projects/clr/rocclr/compiler/lib/utils/OPTIONS.def @@ -319,7 +319,7 @@ NOPTION(OT_CSTRING, \ "I", NULL, \ PP_I, \ 0, 0, 0, NULL, \ - "Add directroy dir for header file search") + "Add directory dir for header file search") // -create-library OPTION(OT_BOOL, \