ubsan: aarch64: left shift of negative value
[deliverable/binutils-gdb.git] / gdb / probe.h
index 7410c5aadf69329c6af4cded5ee952f93a04d989..4227bd43778604582b3272171a24c3a462a54f16 100644 (file)
@@ -274,7 +274,7 @@ extern std::vector<symtab_and_line> parse_probes
 extern struct bound_probe find_probe_by_pc (CORE_ADDR pc);
 
 /* Search OBJFILE for a probe with the given PROVIDER, NAME.  Return a
-   VEC of all probes that were found.  If no matching probe is found,
+   vector of all probes that were found.  If no matching probe is found,
    return an empty vector.  */
 
 extern std::vector<probe *> find_probes_in_objfile (struct objfile *objfile,
This page took 0.030683 seconds and 4 git commands to generate.