Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/units fix incomplete comment
details: https://anonhg.NetBSD.org/src/rev/507a950b1d9c
branches: trunk
changeset: 783619:507a950b1d9c
user: apb <apb%NetBSD.org@localhost>
date: Tue Jan 01 12:45:06 2013 +0000
description:
fix incomplete comment
diffstat:
usr.bin/units/units.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2f17c3196248 -r 507a950b1d9c usr.bin/units/units.c
--- a/usr.bin/units/units.c Tue Jan 01 12:13:28 2013 +0000
+++ b/usr.bin/units/units.c Tue Jan 01 12:45:06 2013 +0000
@@ -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@localhost)
@@ -768,7 +768,7 @@
* 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
Home |
Main Index |
Thread Index |
Old Index