diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-09-26 19:31:26 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-09-28 03:01:57 +0200 |
commit | 9c2f4ce20d4ab36b17887ae927bab73432565515 (patch) | |
tree | f9070585cb19007c9583a160b088473306d1fbf4 /src/nvim/ui_bridge.h | |
parent | 22dfe6925d4784cf60d8d9a054abc5066e4b867f (diff) | |
download | rneovim-9c2f4ce20d4ab36b17887ae927bab73432565515.tar.gz rneovim-9c2f4ce20d4ab36b17887ae927bab73432565515.tar.bz2 rneovim-9c2f4ce20d4ab36b17887ae927bab73432565515.zip |
doc: minor comment tweaks
Diffstat (limited to 'src/nvim/ui_bridge.h')
-rw-r--r-- | src/nvim/ui_bridge.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ui_bridge.h b/src/nvim/ui_bridge.h index 561ddb6b24..45fd0873b4 100644 --- a/src/nvim/ui_bridge.h +++ b/src/nvim/ui_bridge.h @@ -11,7 +11,7 @@ typedef struct ui_bridge_data UIBridgeData; typedef void(*ui_main_fn)(UIBridgeData *bridge, UI *ui); struct ui_bridge_data { UI bridge; // actual UI passed to ui_attach - UI *ui; // UI pointer that will have it's callback called in + UI *ui; // UI pointer that will have its callback called in // another thread event_scheduler scheduler; uv_thread_t ui_thread; |