Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Commit 0fa1058

Browse files
Minor typographical fixes to ctr_prng.h comments
1 parent 7b12e20 commit 0fa1058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/include/tinycrypt/ctr_prng.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* ctr_prng.h - TinyCrypt interface to an CTR-PRNG implementation */
1+
/* ctr_prng.h - TinyCrypt interface to a CTR-PRNG implementation */
22

33
/*
44
* Copyright (c) 2016, Chris Morrison
@@ -29,7 +29,7 @@
2929

3030
/**
3131
* @file
32-
* @brief Interface to an CTR-PRNG implementation.
32+
* @brief Interface to a CTR-PRNG implementation.
3333
*
3434
* Overview: A pseudo-random number generator (PRNG) generates a sequence
3535
* of numbers that have a distribution close to the one expected

0 commit comments

Comments
 (0)