]> git.proxmox.com Git - libgit2.git/blobdiff - tests/core/structinit.c
New upstream version 1.4.3+dfsg.1
[libgit2.git] / tests / core / structinit.c
index d24da874da59f08d167e0dec38693dbe75dade19..160e2f61218d39b19ede982794149cbbe04571d0 100644 (file)
@@ -67,7 +67,7 @@ void test_core_structinit__compare(void)
         * which is not guaranteed to be initialized to anything sane at all.
         *
         * Assume most compilers, in a debug build, will clear that memory for
-        * us or set it to sentinal markers.  Etc.
+        * us or set it to sentinel markers.  Etc.
         */
 #if !defined(DEBUG) && !defined(_DEBUG)
        clar__skip();