aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/AsmToJSON.ml
diff options
context:
space:
mode:
Diffstat (limited to 'powerpc/AsmToJSON.ml')
-rw-r--r--powerpc/AsmToJSON.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/powerpc/AsmToJSON.ml b/powerpc/AsmToJSON.ml
index 7862aad8..f0000035 100644
--- a/powerpc/AsmToJSON.ml
+++ b/powerpc/AsmToJSON.ml
@@ -308,7 +308,7 @@ let p_fundef oc (name,f) =
p_sep oc;
p_jmember oc "Fun Section Code" p_section c_section;
p_sep oc;
- p_jmember oc "Fun Section Literal" p_section l_section;
+ p_jmember oc "Fun Section Literals" p_section l_section;
p_sep oc;
p_jmember oc "Fun Section Jumptable" p_section j_section;
p_sep oc;