From 835c4ae0755eae1756a9906e776cd8d34762381c Mon Sep 17 00:00:00 2001 From: PatR Date: Sun, 1 Oct 2017 16:51:07 -0700 Subject: [PATCH] yet another comment typo --- src/potion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/potion.c b/src/potion.c index aeed5891e..f167bf710 100644 --- a/src/potion.c +++ b/src/potion.c @@ -1243,7 +1243,7 @@ const char *objphrase; /* "Your widget glows" or "Steed's saddle glows" */ return res; } -/* potion obj hits monster mon, which might be youmonst; obj always use up */ +/* potion obj hits monster mon, which might be youmonst; obj always used up */ void potionhit(mon, obj, how) struct monst *mon; -- 2.40.0