about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/tag/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/tag/default.nix b/nix/tag/default.nix
index 766a456749..4fe5898258 100644
--- a/nix/tag/default.nix
+++ b/nix/tag/default.nix
@@ -24,7 +24,7 @@ let
       val = null;
     };
 
-  # like `isTag`, but throws the error message if it is not a tag.
+  # like `verifyTag`, but throws the error message if it is not a tag.
   assertIsTag = tag:
     let res = verifyTag tag; in
     assert lib.assertMsg res.isTag res.errmsg;