diff options
author | Greg Hogan <code@greghogan.com> | 2022-04-22 17:20:56 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-05-02 15:14:43 +0200 |
commit | d62c101991a9db8ad3ea4aa48bd8ff908f45320f (patch) | |
tree | 00dfdc2df91466d1ebf77efd708f8c543ca481ff /gnu/packages/c.scm | |
parent | b8c4bb3e0df3b0bb8bbd4a4de721c0e45dc39847 (diff) |
gnu: aws-c-auth: Fix comment formatting.
* gnu/packages/c.scm (aws-c-auth): Fix comment formatting.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/c.scm')
-rw-r--r-- | gnu/packages/c.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm index 91f4b95960..ba269440f2 100644 --- a/gnu/packages/c.scm +++ b/gnu/packages/c.scm @@ -837,7 +837,7 @@ currently limited to Huffman encoding and decoding.") (define-public aws-c-auth (package (name "aws-c-auth") - ; Update only when updating aws-crt-cpp. + ;; Update only when updating aws-crt-cpp. (version "0.6.11") (source (origin (method git-fetch) |