summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-11-23 00:58:55 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-11-23 00:58:55 +0000
commit0d14a781860505c36ed7185b4a977e1e564ff742 (patch)
treef1e4d54b33da5e2062465ca66e6648fcab7a2d03
parentfeb864b7f726279c29e2135554e7221be6e69ff1 (diff)
downloadppe42-binutils-0d14a781860505c36ed7185b4a977e1e564ff742.tar.gz
ppe42-binutils-0d14a781860505c36ed7185b4a977e1e564ff742.zip
symfile.c: Add missing second space after period.
gdb/ChangeLog: * symfile.c: Add missing second space after period in various comments.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/symfile.c8
2 files changed, 8 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9c3435494e..dc34d8223d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2010-11-22 Joel Brobecker <brobecker@adacore.com>
+ * symfile.c: Add missing second space after period in various comments.
+
+2010-11-22 Joel Brobecker <brobecker@adacore.com>
+
* ada-typeprint.c (print_array_type): Fix formatting in comment.
(print_selected_record_field_types): Fix formatting in function
documentation.
diff --git a/gdb/symfile.c b/gdb/symfile.c
index f1c2941d39..42e1c64d2e 100644
--- a/gdb/symfile.c
+++ b/gdb/symfile.c
@@ -177,7 +177,7 @@ Dynamic symbol table reloading multiple times in one run is %s.\n"),
this flag and then add the shared library symbols as needed. Note
that there is a potential for confusion, since if the shared
library symbols are not loaded, commands like "info fun" will *not*
- report all the functions that are actually present. */
+ report all the functions that are actually present. */
int auto_solib_add = 1;
@@ -187,7 +187,7 @@ int auto_solib_add = 1;
size to exceed this threshhold, then the shlib's symbols are not
added. The threshold is ignored if the user explicitly asks for a
shlib to be added, such as when using the "sharedlibrary"
- command. */
+ command. */
int auto_solib_limit;
@@ -195,7 +195,7 @@ int auto_solib_limit;
/* Make a null terminated copy of the string at PTR with SIZE characters in
the obstack pointed to by OBSTACKP . Returns the address of the copy.
Note that the string at PTR does not have to be null terminated, I.E. it
- may be part of a larger string and we are only saving a substring. */
+ may be part of a larger string and we are only saving a substring. */
char *
obsavestring (const char *ptr, int size, struct obstack *obstackp)
@@ -241,7 +241,7 @@ obconcat (struct obstack *obstackp, ...)
return obstack_finish (obstackp);
}
-/* True if we are reading a symbol table. */
+/* True if we are reading a symbol table. */
int currently_reading_symtab = 0;
OpenPOWER on IntegriCloud