AArch64: Add gdbserver MTE support
[deliverable/binutils-gdb.git] / gdbsupport / gdb_tilde_expand.h
index e2d85cadade11b21a94070c859b1e86bdc4814a9..a61f24632915656bf8751253699bc1a447639536 100644 (file)
@@ -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.022755 seconds and 4 git commands to generate.