mirror of
				https://github.com/FreeRTOS/FreeRTOS-Kernel.git
				synced 2025-11-04 11:09:01 +01:00 
			
		
		
		
	Fix typo in comment (#910)
Co-authored-by: Tony Josi <tonyjosi@amazon.com> Co-authored-by: Soren Ptak <ptaksoren@gmail.com> Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com> Co-authored-by: Nikhil Kamath <110539926+amazonKamath@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									6a9f5a244a
								
							
						
					
					
						commit
						592bfe0e01
					
				@ -214,7 +214,7 @@ void * pvPortMalloc( size_t xWantedSize )
 | 
				
			|||||||
    size_t xAdditionalRequiredSize;
 | 
					    size_t xAdditionalRequiredSize;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /* The heap must be initialised before the first call to
 | 
					    /* The heap must be initialised before the first call to
 | 
				
			||||||
     * prvPortMalloc(). */
 | 
					     * pvPortMalloc(). */
 | 
				
			||||||
    configASSERT( pxEnd );
 | 
					    configASSERT( pxEnd );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if( xWantedSize > 0 )
 | 
					    if( xWantedSize > 0 )
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user