Navigation


Changeset 1099:6ce5c99a40af in freeDiameter for libfdcore


Ignore:
Timestamp:
May 8, 2013, 9:40:20 PM (11 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Fix some typos.

Location:
libfdcore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/cnxctx.c

    r1084 r1099  
    17561756       
    17571757                default:
    1758                         TRACE_DEBUG(INFO, "Unknwon protocol: %d", conn->cc_proto);
     1758                        TRACE_DEBUG(INFO, "Unknown protocol: %d", conn->cc_proto);
    17591759                        ASSERT(0);
    17601760                        return ENOTSUP; /* or EINVAL... */
  • libfdcore/p_sr.c

    r1078 r1099  
    196196        } while (1);
    197197error: 
    198         ; /* pthread_cleanup_pop sometimes expands as "} ..." and the label beofre this cause some compilers to complain... */
     198        ; /* pthread_cleanup_pop sometimes expands as "} ..." and the label before this cause some compilers to complain... */
    199199        pthread_cleanup_pop( 1 );
    200200        ASSERT(0); /* we have encountered a problem, maybe time to signal the framework to terminate? */
Note: See TracChangeset for help on using the changeset viewer.