]> granicus.if.org Git - nethack/commitdiff
yet another comment typo
authorPatR <rankin@nethack.org>
Sun, 1 Oct 2017 23:51:07 +0000 (16:51 -0700)
committerPatR <rankin@nethack.org>
Sun, 1 Oct 2017 23:51:07 +0000 (16:51 -0700)
src/potion.c

index aeed5891ef3c23f55130e4831f9aec65bc81d77e..f167bf710524ef0ad7df1de4daef3e7f5fa7784a 100644 (file)
@@ -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;