From 09d4945817ca235214a9b4f577b4b696f333ef00 Mon Sep 17 00:00:00 2001 From: Ledion Daja Date: Wed, 2 Feb 2022 15:26:53 +0100 Subject: Replace deprecated word to comply with inclusive language guidelines Replace "master" word in the context of AXI protocol, with the recommended word "manager". Change-Id: If594db7ae96b3ad07afd156a8d788846f9bdb34d --- drivers/timing_adapter/include/timing_adapter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/timing_adapter/include/timing_adapter.h b/drivers/timing_adapter/include/timing_adapter.h index ef4f9b9..45133cd 100644 --- a/drivers/timing_adapter/include/timing_adapter.h +++ b/drivers/timing_adapter/include/timing_adapter.h @@ -28,7 +28,7 @@ extern "C" { /** TIMING ADAPTER * * The timing adapter is an AXI-to-AXI bridge for providing well-defined memory timing - * to allow performance evaluation of an AXI master. The bridge works by delaying the + * to allow performance evaluation of an AXI manager. The bridge works by delaying the * responses from the memory according to run-time configurable parameters that can be * set in the timing adapter. Parameters include read and write response latencies, * no. of outstanding transactions, and a model of interferring traffic. -- cgit v1.2.1