From 745a1ed17d9ab31debee241ea2016d712bc6b66c Mon Sep 17 00:00:00 2001 From: Mahadevan Mahesh Date: Mon, 3 Apr 2017 05:11:23 -0500 Subject: [PATCH] Fix comments in KW41Z hardware entropy driver Signed-off-by: Mahadevan Mahesh --- .../TARGET_MCUXpresso_MCUS/TARGET_KW41Z/trng_api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_KW41Z/trng_api.c b/targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_KW41Z/trng_api.c index c3a0c80886..305f0cbc6c 100644 --- a/targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_KW41Z/trng_api.c +++ b/targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_KW41Z/trng_api.c @@ -1,5 +1,5 @@ /* - * Hardware entropy collector for the K64F, using Freescale's RNGA + * Hardware entropy collector for the KW41Z, using Freescale's TRNG * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 @@ -19,7 +19,7 @@ */ /* - * Reference: "K64 Sub-Family Reference Manual, Rev. 2", chapter 34 + * Reference: "MKW41Z/31Z/21Z Reference Manual", chapter 43 */ #if defined(DEVICE_TRNG)