From 25dbb40a11cf2162b53d72caaadfc77b565f49f9 Mon Sep 17 00:00:00 2001 From: apb Date: Tue, 1 Jan 2013 12:45:06 +0000 Subject: [PATCH] fix incomplete comment --- usr.bin/units/units.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/units/units.c b/usr.bin/units/units.c index 01ee87685e93..7a42dd0cffbc 100644 --- a/usr.bin/units/units.c +++ b/usr.bin/units/units.c @@ -1,4 +1,4 @@ -/* $NetBSD: units.c,v 1.21 2013/01/01 11:51:55 apb Exp $ */ +/* $NetBSD: units.c,v 1.22 2013/01/01 12:45:06 apb Exp $ */ /* * units.c Copyright (c) 1993 by Adrian Mariano (adrian@cam.cornell.edu) @@ -768,7 +768,7 @@ listunits(int expand) * expand thename, not thedefn, so that * we can catch errors in the name itself. * e.g. a name that contains a hyphen - * will be interpreted + * will be interpreted as multiplication. */ initializeunit(&theunit); if (addunit(&theunit, thedefn/*XXX*/, 0) != 0