summaryrefslogtreecommitdiffstats
path: root/dcop/dcopidl/scanner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dcop/dcopidl/scanner.cpp')
-rw-r--r--dcop/dcopidl/scanner.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dcop/dcopidl/scanner.cpp b/dcop/dcopidl/scanner.cpp
index 4ff8d1ac3..be0cb6c4d 100644
--- a/dcop/dcopidl/scanner.cpp
+++ b/dcop/dcopidl/scanner.cpp
@@ -975,8 +975,8 @@ static double ascii_to_longdouble (const char *s)
* this is only an approximation and will probably break fixed<>
* parameter calculation on systems where
* sizeof(double) < sizeof(long double). but fortunately all
- * systems where scanf("%Lf") is known to be broken (Linux/Alpha
- * and HPUX) have sizeof(double) == sizeof(long double).
+ * systems where scanf("%Lf") is known to be broken (Linux/Alpha)
+ * have sizeof(double) == sizeof(long double).
*/
d = strtod (s, NULL);
#endif