]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdbsupport/pathstuff.cc
Fix memory leak in RiscV assembler.
[thirdparty/binutils-gdb.git] / gdbsupport / pathstuff.cc
index 390f10b1b5e4895cef6c4a7656cb1199d76d83b3..685f8fc3e60e970a6b92c92344f4251b372359bd 100644 (file)
@@ -1,6 +1,6 @@
 /* Path manipulation routines for GDB and gdbserver.
 
-   Copyright (C) 1986-2022 Free Software Foundation, Inc.
+   Copyright (C) 1986-2023 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -41,7 +41,7 @@ gdb_realpath (const char *filename)
 
    But the situation is slightly more complex on Windows, due to some
    versions of GCC which were reported to generate paths where
-   backlashes (the directory separator) were doubled.  For instance:
+   backslashes (the directory separator) were doubled.  For instance:
       c:\\some\\double\\slashes\\dir
    ... instead of ...
       c:\some\double\slashes\dir