Remove "fix" call for "long long" from ARI
[deliverable/binutils-gdb.git] / gdb / dtrace-probe.c
index e9e71fd4c9e82036dbf9464ed9393ea5580ca37c..528378231cd6cdb67b8022debafb5e17a3bc6df9 100644 (file)
@@ -21,7 +21,6 @@
 
 #include "defs.h"
 #include "probe.h"
-#include "gdbsupport/vec.h"
 #include "elf-bfd.h"
 #include "gdbtypes.h"
 #include "obstack.h"
@@ -152,7 +151,7 @@ public:
   struct dtrace_probe_arg *get_arg_by_number (unsigned n,
                                              struct gdbarch *gdbarch);
 
-  /* Build the GDB internal expressiosn that, once evaluated, will
+  /* Build the GDB internal expression that, once evaluated, will
      calculate the values of the arguments of the probe.  */
   void build_arg_exprs (struct gdbarch *gdbarch);
 
This page took 0.024154 seconds and 4 git commands to generate.