summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-12-05 16:20:41 -0700
committerKarl Williamson <khw@cpan.org>2020-12-06 09:52:22 -0700
commit803e49356bee5584477e9411bafc8d8253ce5a47 (patch)
tree348c45b5f5ce7e7482bf600258f2c62787e6b6d9 /handy.h
parent8528a39b09a32d3edc0074e50a82c3ffafef7016 (diff)
downloadperl-803e49356bee5584477e9411bafc8d8253ce5a47.tar.gz
handy.h: Fix typo in comment
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/handy.h b/handy.h
index 360c383bc4..6e752b5610 100644
--- a/handy.h
+++ b/handy.h
@@ -355,7 +355,7 @@ assert(), we would get a comma with nothing before it when not DEBUGGING.
=cut
-We also use empty definition under Coverity since the __ASSERT__
+We also use empty definition under Coverity since the __ASSERT_
checks often check for things that Really Cannot Happen, and Coverity
detects that and gets all excited. */