From: Dhruv Chawla <[email protected]>

Signed-off-by: Dhruv Chawla <[email protected]>

gcc/ChangeLog:

        * config/mingw/winnt-cxx.cc (i386_pe_adjust_class_at_definition): Fix
        typos.
---
 gcc/config/mingw/winnt-cxx.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/mingw/winnt-cxx.cc b/gcc/config/mingw/winnt-cxx.cc
index e23a4b20813..aebb3030790 100644
--- a/gcc/config/mingw/winnt-cxx.cc
+++ b/gcc/config/mingw/winnt-cxx.cc
@@ -142,7 +142,7 @@ i386_pe_adjust_class_at_definition (tree t)
     {
       /* We don't actually add the attribute to the decl, just set the flag
         that signals that the address of this symbol is not a compile-time
-        constant.   Any subsequent out-of-class declaration of members wil
+        constant.   Any subsequent out-of-class declaration of members will
         cause the DECL_DLLIMPORT_P flag to be unset.
         (See  tree.cc: merge_dllimport_decl_attributes).
         That is just right since out-of class declarations can only be a
-- 
2.43.0

Reply via email to