forked from OSchip/llvm-project
				
			Patch from Yacine Belkadi that fixes a typo in an error message.
llvm-svn: 182302
This commit is contained in:
		
							parent
							
								
									958d4eb12a
								
							
						
					
					
						commit
						885b4b71be
					
				| 
						 | 
					@ -465,7 +465,7 @@ Variable::GetValuesForVariableExpressionPath (const char *variable_expr_path,
 | 
				
			||||||
                        }
 | 
					                        }
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
                error.SetErrorStringWithFormat ("unable to extracta variable name from '%s'", variable_expr_path);
 | 
					                error.SetErrorStringWithFormat ("unable to extract a variable name from '%s'", variable_expr_path);
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            break;
 | 
					            break;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue