summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lib/strings.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strings.nix b/lib/strings.nix
index 6d393145eee..5010d9159cb 100644
--- a/lib/strings.nix
+++ b/lib/strings.nix
@@ -674,7 +674,7 @@ rec {
     else
       false;
 
-  /* Parse a string string as an int.
+  /* Parse a string as an int.
 
      Type: string -> int