From 0fa1058824c8a5818e5740c25a8c2828807a9df6 Mon Sep 17 00:00:00 2001 From: Chris Morrison Date: Fri, 26 Feb 2016 01:04:38 -0800 Subject: [PATCH] Minor typographical fixes to ctr_prng.h comments --- lib/include/tinycrypt/ctr_prng.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/include/tinycrypt/ctr_prng.h b/lib/include/tinycrypt/ctr_prng.h index 2d3f6f7..8347638 100644 --- a/lib/include/tinycrypt/ctr_prng.h +++ b/lib/include/tinycrypt/ctr_prng.h @@ -1,4 +1,4 @@ -/* ctr_prng.h - TinyCrypt interface to an CTR-PRNG implementation */ +/* ctr_prng.h - TinyCrypt interface to a CTR-PRNG implementation */ /* * Copyright (c) 2016, Chris Morrison @@ -29,7 +29,7 @@ /** * @file - * @brief Interface to an CTR-PRNG implementation. + * @brief Interface to a CTR-PRNG implementation. * * Overview: A pseudo-random number generator (PRNG) generates a sequence * of numbers that have a distribution close to the one expected