aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoname <noname@inventati.org>2014-04-25 18:26:43 +0400
committerRoberto E. Vargas Caballero <k0ga@shike2.com>2014-04-25 23:57:44 +0200
commit4a8574b439e2118bd4cb40374185fba861903620 (patch)
tree770d66f79c05bed5af84f74aa5998c47b4ede6db
parent8f11e1cd034ff28ca47bb4955505db7fa8016ba8 (diff)
downloadst-4a8574b439e2118bd4cb40374185fba861903620.tar.gz
st-4a8574b439e2118bd4cb40374185fba861903620.tar.bz2
Comment fix.
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index b37069c..653cd49 100644
--- a/st.c
+++ b/st.c
@@ -992,7 +992,7 @@ selnotify(XEvent *e) {
}
/*
- * As seen in selcopy:
+ * As seen in getsel:
* Line endings are inconsistent in the terminal and GUI world
* copy and pasting. When receiving some selection data,
* replace all '\n' with '\r'.