File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ typedef enum diagnostic_t {
5656// struct for storing generic diagnostics about function failure reasons
5757typedef struct status_t {
5858 debug_t location ; // for storing location of error
59- diagnostic_t diagnostic ; // for storing error information (if any)
59+ diagnostic_t diagnostic ; // for storing error information (if any)
6060} status_t ;
6161
6262// type for representing a cartesian direction
@@ -79,7 +79,7 @@ typedef int8_t rotation_t;
7979typedef uint32_t length_t ;
8080
8181/*
82- * struct for representing one line segment in the spiral structure, including
82+ * struct for representing one line segment in the spiral structure, including
8383 * the direction of the line and it's length (initially set to 0)
8484 * the whole struct uses bitfields to occupy 32 bits of memory
8585 */
You can’t perform that action at this time.
0 commit comments