barectf/templates/c: rename "back-end" -> "back end"
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 23 Sep 2020 22:17:07 +0000 (18:17 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 23 Sep 2020 22:17:07 +0000 (18:17 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
barectf/templates/c/barectf.c.j2
barectf/templates/c/barectf.h.j2

index 0948d83f52fe5bd7a37853c58bdfb97b5c447763..44d9b763a76041418f3026bc325ce199ac56567b 100644 (file)
@@ -158,7 +158,7 @@ int _reserve_er_space(void * const vctx, const uint32_t er_size)
 
        /* Packet is full? */
        if ({{ prefix }}packet_is_full(ctx)) {
-               /* Yes: is the back-end full? */
+               /* Yes: is the back end full? */
                if (ctx->cbs.is_backend_full(ctx->data)) {
                        /* Yes: discard event record */
                        goto no_space;
@@ -177,7 +177,7 @@ int _reserve_er_space(void * const vctx, const uint32_t er_size)
                ctx->cbs.close_packet(ctx->data);
                ctx->use_cur_last_event_ts = 0;
 
-               /* Is the back-end full? */
+               /* Is the back end full? */
                if (ctx->cbs.is_backend_full(ctx->data)) {
                        /* Yes: discard event record */
                        goto no_space;
index 7a2a58bd0dafeff0b8070a0978ef3db99cffd75b..09633c9322a4b36067d52b0b07054735b9031f90 100644 (file)
@@ -87,7 +87,7 @@ struct {{ prefix }}platform_callbacks {
        {% endfor %}
 
 {% endif %}
-       /* Is the back-end full? */
+       /* Is the back end full? */
        int (*is_backend_full)(void *);
 
        /* Open packet */
This page took 0.024462 seconds and 4 git commands to generate.