AArch64: Add gdbserver MTE support
[deliverable/binutils-gdb.git] / gdbsupport / gdb_tilde_expand.h
index 5f4ef6072975598384f83a3f0dc9e896eb8b3a40..a61f24632915656bf8751253699bc1a447639536 100644 (file)
@@ -1,6 +1,6 @@
 /* Perform tilde expansion on paths for GDB and gdbserver.
 
-   Copyright (C) 2017-2020 Free Software Foundation, Inc.
+   Copyright (C) 2017-2021 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -20,8 +20,7 @@
 #ifndef COMMON_GDB_TILDE_EXPAND_H
 #define COMMON_GDB_TILDE_EXPAND_H
 
-/* Perform path expansion (i.e., tilde expansion) on DIR, and return
-   the full path.  */
+/* Perform tilde expansion on DIR, and return the full path.  */
 extern std::string gdb_tilde_expand (const char *dir);
 
 /* Same as GDB_TILDE_EXPAND, but return the full path as a
This page took 0.022917 seconds and 4 git commands to generate.