]> gcc.gnu.org Git - gcc.git/commitdiff
re PR other/7350 ('shoud' typos)
authorBen Elliston <bje@redhat.com>
Tue, 18 Feb 2003 13:40:56 +0000 (13:40 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Tue, 18 Feb 2003 13:40:56 +0000 (00:40 +1100)
* Fix for PR other/7350

[cp]
* decl.c (duplicate_decls): Fix typo in comment.
[ada]
* 5qtaprop.adb (Sleep): Fix typo in comment.

From-SVN: r63037

gcc/ada/5qtaprop.adb
gcc/ada/ChangeLog
gcc/cp/ChangeLog
gcc/cp/decl.c

index 52c09cff7ec4d8e8a2fdc4c2abc6e7c5fb109c43..988f8ba9e0954c0d9ae645ab19191ea9249255cc 100644 (file)
@@ -945,7 +945,7 @@ package body System.Task_Primitives.Operations is
 
       --  Arrange to unlock Self_ID's ATCB lock. The following check
       --  may be unnecessary because the specification of Sleep says
-      --  the caller shoud hold its own ATCB lock before calling Sleep
+      --  the caller should hold its own ATCB lock before calling Sleep
 
       if Self_ID.Common.LL.L.Owner = To_Address (Self_ID) then
          Self_ID.Common.LL.L.Owner := System.Null_Address;
index d49ba9dbf6617091f38e953d47e7dc08f861e772..d893cff664586bd1225ab73e722286228caefdb4 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-18  Ben Elliston  <bje@redhat.com>
+
+       PR other/7350
+       * 5qtaprop.adb (Sleep): Fix typo in comment.
+
 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
 
        * gnat_rm.texi, gnat_ug.texi: Update to GFDL 1.2.
index 623a127f1395470b5182f3a0bf6dc8054f882a02..c957c261dacbdbcd7c2dc0fe36a8a9b63abdde94 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-18  Ben Elliston  <bje@redhat.com>
+
+       PR other/7350
+       * decl.c (duplicate_decls): Fix typo in comment.
+
 2003-02-17  Michael Elizabeth Chastain <mec@shout.net>
 
        PR debug/9717
index fc9051bce94d9fef13761fee1753c7aea69bc75b..82ff6afeabd19a8d7b8c197a68236fdf67779173 100644 (file)
@@ -3543,7 +3543,7 @@ duplicate_decls (tree newdecl, tree olddecl)
        {
          /* If newdecl is not a specialization, then it is not a
             template-related function at all.  And that means that we
-            shoud have exited above, returning 0.  */
+            should have exited above, returning 0.  */
          my_friendly_assert (DECL_TEMPLATE_SPECIALIZATION (newdecl),
                              0);
 
This page took 0.106801 seconds and 5 git commands to generate.