diff options
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 3beb1dc2ec..341fb61218 100644 --- a/gnu/packages/c.scm +++ b/gnu/packages/c.scm @@ -778,7 +778,7 @@ low level functionality for coroutines.") (define-public aws-c-http (package (name "aws-c-http") - ; Update only when updating aws-crt-cpp. + ;; Update only when updating aws-crt-cpp. (version "0.6.13") (source (origin (method git-fetch) |