[llvm] 2b89525 - [NFC] test commit
via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 23 00:51:40 PST 2023
Author: Alon Kom
Date: 2023-02-23T10:51:09+02:00
New Revision: 2b895257106e43859d193631da442ec031525917
URL: https://github.com/llvm/llvm-project/commit/2b895257106e43859d193631da442ec031525917
DIFF: https://github.com/llvm/llvm-project/commit/2b895257106e43859d193631da442ec031525917.diff
LOG: [NFC] test commit
Added:
Modified:
llvm/include/llvm/MCA/HWEventListener.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/MCA/HWEventListener.h b/llvm/include/llvm/MCA/HWEventListener.h
index 8298e0705d33..4a7d0df6b18a 100644
--- a/llvm/include/llvm/MCA/HWEventListener.h
+++ b/llvm/include/llvm/MCA/HWEventListener.h
@@ -29,7 +29,7 @@ class HWInstructionEvent {
// This is the list of event types that are shared by all targets, that
// generic subtarget-agnostic classes (e.g., Pipeline, HWInstructionEvent,
// ...) and generic Views can manipulate.
- // Subtargets are free to define additional event types, that are goin to be
+ // Subtargets are free to define additional event types, that are going to be
// handled by generic components as opaque values, but can still be
// emitted by subtarget-specific pipeline stages (e.g., ExecuteStage,
// DispatchStage, ...) and interpreted by subtarget-specific EventListener
More information about the llvm-commits
mailing list