diff --git a/src/ed25519.rs b/src/ed25519.rs
index 4af72d8..16ddec4 100644
--- a/src/ed25519.rs
+++ b/src/ed25519.rs
@@ -3,7 +3,7 @@
// To the extent possible under law, the authors have waived all copyright and
// related or neighboring rights to curve25519-dalek, using the Creative
// Commons "CC0" public domain dedication. See
-// for full details.
+// for full details.
//
// Authors:
// - Isis Agora Lovecruft
diff --git a/src/lib.rs b/src/lib.rs
index 638d9fa..c2ca6bc 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -3,7 +3,7 @@
// To the extent possible under law, the authors have waived all copyright and
// related or neighboring rights to curve25519-dalek, using the Creative
// Commons "CC0" public domain dedication. See
-// for full details.
+// for full details.
//
// Authors:
// - Isis Agora Lovecruft