commit | d418b0dcbaf2a680905bdc3bf07bbe69dc3bf0ee | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Tue May 22 12:56:11 2018 +0200 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Tue May 22 12:56:11 2018 +0200 |
tree | eb8a0b19faccfaafabad76d009896f5be4a39180 | |
parent | 9d410733c2ee607a569f5452e68806ebc17db541 [diff] [blame] |
Fix typo in comment
diff --git a/library/aria.c b/library/aria.c index fdc2137..f5354a9 100644 --- a/library/aria.c +++ b/library/aria.c
@@ -182,7 +182,7 @@ * ARIA Affine Transform * (a, b, c, d) = state in/out * - * If we denote the first by of input by 0, ..., the last byte by f, + * If we denote the first byte of input by 0, ..., the last byte by f, * then inputs are: a = 0123, b = 4567, c = 89ab, d = cdef. * * Reading [1] 2.4 or [2] 2.4.3 in columns and performing simple