summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-17 18:04:40 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-17 18:04:40 +0100
commit3b0c26d1517706beb91e5d91c4a0b0f3dac33172 (patch)
tree36a1a37e7fbf746055ff23776f46054606787a3d /src/lib
parent8313dbd569a2579072f821f25c25c30543722b86 (diff)
downloadexchange-3b0c26d1517706beb91e5d91c4a0b0f3dac33172.tar.gz
exchange-3b0c26d1517706beb91e5d91c4a0b0f3dac33172.tar.bz2
exchange-3b0c26d1517706beb91e5d91c4a0b0f3dac33172.zip
downgrate FIXMEs to TODOs
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/testing_api_cmd_status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/testing_api_cmd_status.c b/src/lib/testing_api_cmd_status.c
index 1043eecb7..86eeac81d 100644
--- a/src/lib/testing_api_cmd_status.c
+++ b/src/lib/testing_api_cmd_status.c
@@ -112,7 +112,7 @@ reserve_status_cb (void *cls,
}
/**
- * FIXME: need a way to check if reserve history is consistent. Every
+ * TODO: We should check that reserve history is consistent. Every
* command which relates to reserve 'x' should be added in a linked list of
* all commands that relate to the same reserve 'x'.
*