summaryrefslogtreecommitdiffstats
path: root/kjs/internal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kjs/internal.cpp')
-rw-r--r--kjs/internal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjs/internal.cpp b/kjs/internal.cpp
index 25f7b6e31..c796cddd5 100644
--- a/kjs/internal.cpp
+++ b/kjs/internal.cpp
@@ -52,7 +52,7 @@ extern int kjsyyparse();
using namespace KJS;
namespace KJS {
- /* work around some strict alignment requirements
+ /* work around some strict tqalignment requirements
for double variables on some architectures (e.g. PA-RISC) */
typedef union { unsigned char b[8]; double d; } kjs_double_t;