Add period to sentence in comment.
authorAnthony Green <green@redhat.com>
Wed, 13 Jan 2010 14:08:36 +0000 (14:08 +0000)
committerAnthony Green <green@redhat.com>
Wed, 13 Jan 2010 14:08:36 +0000 (14:08 +0000)
sim/moxie/ChangeLog
sim/moxie/interp.c

index 7a3c0fa0858783118e3d89f803c96006762de374..00af8db69d83b69910189771da4dbe49d1455bce 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-13  Anthony Green  <green@moxielogic.com>
+
+       * interp.c (sim_open): Add period to end of sentence in comment.
+
 2010-01-13  Anthony Green  <green@moxielogic.com>
 
        * interp.c (sim_open): Initialize the SIM_DESC object properly
index 8d280f2cc47c2d898c68b230584f1ce069f05be2..cd1bbeb73bb6a43f719fd2b78c344276497fabef 100644 (file)
@@ -1177,7 +1177,7 @@ sim_open (kind, cb, abfd, argv)
   set_initial_gprs (); /* Reset the GPR registers.  */
   
   /* Configure/verify the target byte order and other runtime
-     configuration options */
+     configuration options */
   if (sim_config (sd) != SIM_RC_OK)
     {
       sim_module_uninstall (sd);
This page took 0.024418 seconds and 4 git commands to generate.