fix pasto in comment

This commit is contained in:
drochner 2006-02-20 17:14:33 +00:00
parent bd88c02e70
commit 814f8ea6a5
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: infinity.c,v 1.4 2004/03/05 01:00:53 kleink Exp $ */ /* $NetBSD: infinity.c,v 1.5 2006/02/20 17:14:33 drochner Exp $ */
/* /*
* This file is in the Public Domain. * This file is in the Public Domain.
@ -24,7 +24,7 @@ main(int argc, char **argv)
/* HUGE_VALF is the float analog of HUGE_VAL. */ /* HUGE_VALF is the float analog of HUGE_VAL. */
assert(isinf(HUGE_VALF)); assert(isinf(HUGE_VALF));
/* HUGE_VALL is the float analog of HUGE_VAL. */ /* HUGE_VALL is the long double analog of HUGE_VAL. */
assert(isinf(HUGE_VALL)); assert(isinf(HUGE_VALL));
return 0; return 0;