From 2e1fec2c3ea7fa96ac2b706be5eced1cfd2b9025 Mon Sep 17 00:00:00 2001 From: "peterv%propagandism.org" Date: Wed, 26 May 2004 11:54:37 +0000 Subject: [PATCH] Correct comments. r=Pike git-svn-id: svn://10.0.0.236/trunk@156955 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/extensions/transformiix/source/base/txCore.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/extensions/transformiix/source/base/txCore.h b/mozilla/extensions/transformiix/source/base/txCore.h index 72f8ea31cab..c6e76e2c562 100644 --- a/mozilla/extensions/transformiix/source/base/txCore.h +++ b/mozilla/extensions/transformiix/source/base/txCore.h @@ -50,7 +50,7 @@ class txObject public: /** * Deletes this txObject - **/ + */ virtual ~txObject() { }; @@ -70,8 +70,8 @@ public: static const double NEGATIVE_INFINITY; /** - * Determines whether the given double represents positive or negative. - * inifinity + * Determines whether the given double represents positive or negative + * inifinity. */ static PRBool isInfinite(double aDbl); @@ -93,7 +93,7 @@ public: /** * Converts the given String to a double, if the string value does not - * represent a double, NaN will be returned + * represent a double, NaN will be returned. */ static double toDouble(const nsAString& aStr); };